mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-cdflib: Update to 1.2.4.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.4. Change-Id: If6b654bf4bfc0e195055e03fddd22bb376e15920
This commit is contained in:
parent
b1a60ed368
commit
8c0282cf54
1 changed files with 2 additions and 2 deletions
|
@ -1927,7 +1927,7 @@ (define-public python-ccdproc
|
||||||
(define-public python-cdflib
|
(define-public python-cdflib
|
||||||
(package
|
(package
|
||||||
(name "python-cdflib")
|
(name "python-cdflib")
|
||||||
(version "1.2.3")
|
(version "1.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in pypi archive
|
(method git-fetch) ; no tests in pypi archive
|
||||||
|
@ -1936,7 +1936,7 @@ (define-public python-cdflib
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vpgcbc9pmx0qqfia1frnwq3jkgfp8y3ikqdnzs5bs1sr13p9p3w"))))
|
(base32 "0pjd4dwwlza2592zgdccw1s341s3ikg44pwsr1gk8vjix40m46fr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Disable shaky test.
|
;; Disable shaky test.
|
||||||
|
|
Loading…
Reference in a new issue