diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-21 14:31:37 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-30 20:12:40 +0100 |
commit | c47f779e57b77aad95e687245f54a690d7a1c9fb (patch) | |
tree | ce0ca13b04063f42e52cff8bed3af28a30aec982 | |
parent | 1609b7fccd6682fc1efc2e9de50e6eb321e5122a (diff) | |
download | guix-c47f779e57b77aad95e687245f54a690d7a1c9fb.tar.gz guix-c47f779e57b77aad95e687245f54a690d7a1c9fb.zip |
gnu: python-cdflib: Update to 1.3.4.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.4.
Change-Id: Ieceb49d728b4d5f35496b8fb93d9e41990ed9dd8
-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 673856ccf0..0b5ba62b1e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2426,7 +2426,7 @@ bad pixel tracking throughout the reduction process.") (define-public python-cdflib (package (name "python-cdflib") - (version "1.3.3") + (version "1.3.4") (source (origin (method git-fetch) ; no tests in PyPI release @@ -2435,7 +2435,7 @@ bad pixel tracking throughout the reduction process.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1b7r3hfkb3ldi02a6pzdcm4vrnz2ywsxy7zgg5jn903i4686wnsb")))) + (base32 "1j0q0mgs6y5zyf3sjz49msp471kwl1la4rabga5pbyzfwfmxlihj")))) (build-system pyproject-build-system) (arguments (list #:phases |