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:
parent
130c154737
commit
042c64f5cc
1 changed files with 2 additions and 2 deletions
|
|
@ -1640,7 +1640,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 "0.4.9")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in pypi archive
|
(method git-fetch) ; no tests in pypi archive
|
||||||
|
|
@ -1649,7 +1649,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 "1k557najk7ln293zwyghnhw48ays3nqf9s94kibsc7r70c2q7p08"))))
|
(base32 "1pkda9gmpjhbqxl2jj5q9rjx77lv5c908mgf20lw3rz4nvfaa2wn"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
|
||||||
Reference in a new issue