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>
This commit is contained in:
Sharlatan Hellseher 2023-10-09 00:40:13 +01:00 committed by Christopher Baines
parent 6e7c1e8ff2
commit 7c47749a93
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1722,7 +1722,7 @@ (define-public python-ccdproc
(define-public python-cdflib (define-public python-cdflib
(package (package
(name "python-cdflib") (name "python-cdflib")
(version "1.1.0") (version "1.2.1")
(source (source
(origin (origin
(method git-fetch) ; no tests in pypi archive (method git-fetch) ; no tests in pypi archive
@ -1731,7 +1731,7 @@ (define-public python-cdflib
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qxf13vmfiblcazxdk2b765b02ys57amawvrwlkj9d5x9f5s6061")))) (base32 "0v73fl69pxbk52ilhj2593zmn3qhqy4hrrwby8m9z2sq3fd5xk0v"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:phases (list #:phases