diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-07-27 00:15:36 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-08 09:36:59 +0200 |
commit | 042c64f5cc85f8dbe5a0b43972db915f811aefae (patch) | |
tree | 5092d1da92241977d6f0ba342a4e51f5e0823a47 | |
parent | 130c154737f2f9f693df9802a68d2407bf55551f (diff) |
gnu: python-cdflib: Update to 1.0.5.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.0.5.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 a124d9f626..9801d8da05 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1640,7 +1640,7 @@ bad pixel tracking throughout the reduction process.") (define-public python-cdflib (package (name "python-cdflib") - (version "0.4.9") + (version "1.0.5") (source (origin (method git-fetch) ; no tests in pypi archive @@ -1649,7 +1649,7 @@ bad pixel tracking throughout the reduction process.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1k557najk7ln293zwyghnhw48ays3nqf9s94kibsc7r70c2q7p08")))) + (base32 "1pkda9gmpjhbqxl2jj5q9rjx77lv5c908mgf20lw3rz4nvfaa2wn")))) (build-system pyproject-build-system) (arguments (list #:phases |