diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-09 14:20:09 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-29 15:08:08 +0000 |
commit | 8aa70135ce4c16c1271ee07517ec8bc1c417c6d2 (patch) | |
tree | c5eb295e588fd5f64fe21dc292f526de86a3c5e9 /gnu/packages/astronomy.scm | |
parent | 6534e69173df02424a98820589e1f8910a749b9a (diff) | |
download | guix-8aa70135ce4c16c1271ee07517ec8bc1c417c6d2.tar.gz |
gnu: python-cdflib: Update to 1.2.6.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.6. Change-Id: Iae2e39e756e5e9664a1b524aa1155d128dc0292c
Diffstat (limited to 'gnu/packages/astronomy.scm')
-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 18ff84752b..0ac26b1e7d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1927,7 +1927,7 @@ bad pixel tracking throughout the reduction process.") (define-public python-cdflib (package (name "python-cdflib") - (version "1.2.4") + (version "1.2.6") (source (origin (method git-fetch) ; no tests in pypi archive @@ -1936,7 +1936,7 @@ bad pixel tracking throughout the reduction process.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0pjd4dwwlza2592zgdccw1s341s3ikg44pwsr1gk8vjix40m46fr")))) + (base32 "1wxr35sqsdqzf85xyjh1v8hmwwiyv4cn0lr7q8l1kkngfywq5l2r")))) (build-system pyproject-build-system) (arguments ;; Disable shaky test. |