gnu: python-crds: Update to 11.17.9.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.9. Change-Id: Id493858c82ee6b52cb0a7f15a918349f305f9ad3 Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
6d894eec16
commit
e56419615b
1 changed files with 2 additions and 2 deletions
|
@ -1835,13 +1835,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.7")
|
(version "11.17.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crds" version))
|
(uri (pypi-uri "crds" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10cxhb1xss21p992bfd5jm8bix1n12h0fd8m5sp6bcsgn6zs94v0"))))
|
"0ha7ibs5lmqs9pcr546jyxzgrmx1xyqps7fsp220rvlsbsisdgm0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue