diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-16 23:44:49 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:08 +0100 |
| commit | 366e39e7707bb85d6a8a7dccb61ffd00e56df671 (patch) | |
| tree | 08aa2b13fda5693d8c68009382b6eb1cd61e6551 /gnu | |
| parent | cbef5451cd78bee09a20e4a1ccf618a73c2ee5c9 (diff) | |
gnu: python-skyfield: Update to 1.52.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.52.
Change-Id: I0dbae6c4f7ffad9c177d0e51a5483b361e5ad3db
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a74f6c3947d..2876788f47b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6915,7 +6915,7 @@ pipelines.") (define-public python-skyfield (package (name "python-skyfield") - (version "1.49") + (version "1.52") (source (origin (method git-fetch) ; PyPI tarball lacks test data @@ -6924,7 +6924,7 @@ pipelines.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1rk71lzy8w28f2kzhxb3pyndncrj91jay43nvqlrlzjxi2rbg7ix")))) + (base32 "08gg94fb4h5gjsywzy539h9znyghbi0rqnfsnajhwf5vq8wwhbzq")))) (build-system pyproject-build-system) (arguments (list |
