gnu: python-crds: Update to 11.17.25.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.25. Change-Id: I2391a4f0e316fecdeab47733f3ecf8d67f5246b6master
parent
b15181425e
commit
3c76ad03fb
|
@ -2172,13 +2172,13 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and
|
||||||
(define-public python-crds
|
(define-public python-crds
|
||||||
(package
|
(package
|
||||||
(name "python-crds")
|
(name "python-crds")
|
||||||
(version "11.17.22")
|
(version "11.17.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crds" version))
|
(uri (pypi-uri "crds" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i2wh7cgyn7r0fnn7ikfsdqjrcpg46xsk619mhdqywk5yjcxlz9f"))))
|
(base32 "18j0mn11nfgnbx42h1hzhfmyzg9ww9bgmrjxss8ni98kdj35q9kv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue