gnu: python-crds: Update to 11.17.13.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.13. Change-Id: I1daf4f9a0ecd3b791979b016a678085170f8e9f7
This commit is contained in:
parent
4f8db3b337
commit
cde0d3d4f0
1 changed files with 2 additions and 2 deletions
|
@ -1846,13 +1846,13 @@ attempting to maintain ISTP compliance
|
||||||
(define-public python-crds
|
(define-public python-crds
|
||||||
(package
|
(package
|
||||||
(name "python-crds")
|
(name "python-crds")
|
||||||
(version "11.17.9")
|
(version "11.17.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crds" version))
|
(uri (pypi-uri "crds" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ha7ibs5lmqs9pcr546jyxzgrmx1xyqps7fsp220rvlsbsisdgm0"))))
|
"0jcvyiq3z2kbd8g33gk5r99rvhn9i50lz7ngqibdafh390dz5zhc"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue