diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-18 09:50:01 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:18 +0100 |
commit | 5e493d4b42e541feeb3eae95553700e0d8cb273c (patch) | |
tree | 4217178303a37a996693038c9db474a5872008ce /gnu | |
parent | dc9a060734d1ab7fa0ed12eb2eac2a0b7226eaeb (diff) | |
download | guix-5e493d4b42e541feeb3eae95553700e0d8cb273c.tar.gz guix-5e493d4b42e541feeb3eae95553700e0d8cb273c.zip |
gnu: python-skyfield: Update to 1.49.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.49.
Change-Id: I640e7de951bf5e90f4d9a4d47c4228ab239f93d5
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 c61f29f082..ca97704d5e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4904,7 +4904,7 @@ pipelines.") (define-public python-skyfield (package (name "python-skyfield") - (version "1.48") + (version "1.49") (source (origin (method git-fetch) ; PyPI tarball lacks test data @@ -4913,7 +4913,7 @@ pipelines.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0l324r4pz7d5w72c7c5akvjx40287hl7sl0qv7swvn2da53vmq0r")))) + (base32 "1rk71lzy8w28f2kzhxb3pyndncrj91jay43nvqlrlzjxi2rbg7ix")))) (build-system pyproject-build-system) (arguments (list |