summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-10-09 00:40:13 +0100
committerChristopher Baines <mail@cbaines.net>2023-10-11 12:11:41 +0100
commit7c47749a9340a293e092ce1a6dda5b1c703df4f7 (patch)
tree31a069ede8d146d7dd66dc16f19552395f5d5000 /gnu
parent6e7c1e8ff2b974550d30f6df532e74e358c74b7c (diff)
gnu: python-cdflib: Update to 1.2.1.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3faa6c2ad4..1aeb05465f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1722,7 +1722,7 @@ bad pixel tracking throughout the reduction process.")
(define-public python-cdflib
(package
(name "python-cdflib")
- (version "1.1.0")
+ (version "1.2.1")
(source
(origin
(method git-fetch) ; no tests in pypi archive
@@ -1731,7 +1731,7 @@ bad pixel tracking throughout the reduction process.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0qxf13vmfiblcazxdk2b765b02ys57amawvrwlkj9d5x9f5s6061"))))
+ (base32 "0v73fl69pxbk52ilhj2593zmn3qhqy4hrrwby8m9z2sq3fd5xk0v"))))
(build-system pyproject-build-system)
(arguments
(list #:phases