mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-cdflib: Update to 1.2.6.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.6. Change-Id: Iae2e39e756e5e9664a1b524aa1155d128dc0292c
This commit is contained in:
parent
6534e69173
commit
8aa70135ce
1 changed files with 2 additions and 2 deletions
|
@ -1927,7 +1927,7 @@ (define-public python-ccdproc
|
|||
(define-public python-cdflib
|
||||
(package
|
||||
(name "python-cdflib")
|
||||
(version "1.2.4")
|
||||
(version "1.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in pypi archive
|
||||
|
@ -1936,7 +1936,7 @@ (define-public python-cdflib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pjd4dwwlza2592zgdccw1s341s3ikg44pwsr1gk8vjix40m46fr"))))
|
||||
(base32 "1wxr35sqsdqzf85xyjh1v8hmwwiyv4cn0lr7q8l1kkngfywq5l2r"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Disable shaky test.
|
||||
|
|
Loading…
Reference in a new issue