gnu: python-cdflib: Update to 1.3.2.

* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.2.

Change-Id: Ibd8ed32e12c09b3f9e88a668e92a9c1c9dc9db86
This commit is contained in:
Sharlatan Hellseher 2024-11-21 16:11:10 +00:00
parent e8887bee98
commit 6b705ecf41
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3531,7 +3531,7 @@ (define-public python-ccdproc
(define-public python-cdflib
(package
(name "python-cdflib")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@ -3540,7 +3540,7 @@ (define-public python-cdflib
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0zmz9wjhlq43lqy5k4fld9cj5k39s1hkkaligrn3kpf9hcbd79qn"))))
(base32 "0g723s5xg7vd37vlbjpgpiljd3vxwccslwzcf619zvdnc2xbcw2c"))))
(build-system pyproject-build-system)
(arguments
(list #:phases