mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cdflib: Update to 1.3.4.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.4. Change-Id: Ieceb49d728b4d5f35496b8fb93d9e41990ed9dd8
This commit is contained in:
parent
1609b7fccd
commit
c47f779e57
1 changed files with 2 additions and 2 deletions
|
@ -2426,7 +2426,7 @@ bad pixel tracking throughout the reduction process.")
|
|||
(define-public python-cdflib
|
||||
(package
|
||||
(name "python-cdflib")
|
||||
(version "1.3.3")
|
||||
(version "1.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in PyPI release
|
||||
|
@ -2435,7 +2435,7 @@ bad pixel tracking throughout the reduction process.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1b7r3hfkb3ldi02a6pzdcm4vrnz2ywsxy7zgg5jn903i4686wnsb"))))
|
||||
(base32 "1j0q0mgs6y5zyf3sjz49msp471kwl1la4rabga5pbyzfwfmxlihj"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue