gnu: python-crds: Update to 11.17.16.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.16. Change-Id: Ib6f193f94c727c1280eadc15dfcc4c227e6c2a3e
This commit is contained in:
parent
9bdb24b74e
commit
139bc18219
1 changed files with 2 additions and 2 deletions
|
@ -1909,13 +1909,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.14")
|
(version "11.17.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crds" version))
|
(uri (pypi-uri "crds" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z9lrwrb07s9kn28nammjx75qb0ky7srd9i40dnkmm9zsaqz5jfm"))))
|
"0j84l7132mvwww2y83h2dgz5qw792ilp3hml4h12n7ydks0w0534"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue