diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-27 23:14:55 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-11-05 18:09:36 +0000 |
commit | 944005417dd4f978e533f22394b8a34168e59be6 (patch) | |
tree | 03527d5e36f34c0be78c3ee0c1b1d5e7deed74bc | |
parent | 0420667cbe89d94f5d26ba078bb5a764e1295291 (diff) | |
download | guix-944005417dd4f978e533f22394b8a34168e59be6.tar.gz guix-944005417dd4f978e533f22394b8a34168e59be6.zip |
gnu: python-cdflib: Update to 1.2.3.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 d5c6c4c8a9..cf33f568a7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1786,7 +1786,7 @@ bad pixel tracking throughout the reduction process.") (define-public python-cdflib (package (name "python-cdflib") - (version "1.2.2") + (version "1.2.3") (source (origin (method git-fetch) ; no tests in pypi archive @@ -1795,7 +1795,7 @@ bad pixel tracking throughout the reduction process.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0ri3bqammmf0a9j9y6p4vym63ibgz8fsa0n46al9jv8iwfbs7bp7")))) + (base32 "0vpgcbc9pmx0qqfia1frnwq3jkgfp8y3ikqdnzs5bs1sr13p9p3w")))) (build-system pyproject-build-system) (arguments (list #:phases |