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>
This commit is contained in:
Sharlatan Hellseher 2023-07-27 00:15:36 +01:00 committed by Andreas Enge
parent 130c154737
commit 042c64f5cc
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1640,7 +1640,7 @@ (define-public python-ccdproc
(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 @@ (define-public python-cdflib
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1k557najk7ln293zwyghnhw48ays3nqf9s94kibsc7r70c2q7p08"))))
(base32 "1pkda9gmpjhbqxl2jj5q9rjx77lv5c908mgf20lw3rz4nvfaa2wn"))))
(build-system pyproject-build-system)
(arguments
(list #:phases