mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
e8887bee98
commit
6b705ecf41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue