diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-27 23:14:49 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-11-05 18:09:35 +0000 |
commit | 10917afe67dfeffab8f0ab0fc92c4e71cc9baa79 (patch) | |
tree | e16a3e3d5896500611d3512fb725a753f23ec525 | |
parent | 4d4e9b84eeeb767d64f53e3b505302bc02ea44c8 (diff) | |
download | guix-10917afe67dfeffab8f0ab0fc92c4e71cc9baa79.tar.gz guix-10917afe67dfeffab8f0ab0fc92c4e71cc9baa79.zip |
gnu: python-cdflib: Update to 1.2.2.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.2.
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 bad437557c..620d2bcced 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1784,7 +1784,7 @@ bad pixel tracking throughout the reduction process.") (define-public python-cdflib (package (name "python-cdflib") - (version "1.2.1") + (version "1.2.2") (source (origin (method git-fetch) ; no tests in pypi archive @@ -1793,7 +1793,7 @@ bad pixel tracking throughout the reduction process.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0v73fl69pxbk52ilhj2593zmn3qhqy4hrrwby8m9z2sq3fd5xk0v")))) + (base32 "0ri3bqammmf0a9j9y6p4vym63ibgz8fsa0n46al9jv8iwfbs7bp7")))) (build-system pyproject-build-system) (arguments (list #:phases |