mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ bad pixel tracking throughout the reduction process.")
|
||||||
(define-public python-cdflib
|
(define-public python-cdflib
|
||||||
(package
|
(package
|
||||||
(name "python-cdflib")
|
(name "python-cdflib")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(method git-fetch) ; no tests in PyPI release
|
||||||
|
@ -3540,7 +3540,7 @@ bad pixel tracking throughout the reduction process.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zmz9wjhlq43lqy5k4fld9cj5k39s1hkkaligrn3kpf9hcbd79qn"))))
|
(base32 "0g723s5xg7vd37vlbjpgpiljd3vxwccslwzcf619zvdnc2xbcw2c"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue