mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-crds: Update to 11.17.20.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.20. Change-Id: I426241c2e216b0261787117a10ceab36197dff12
This commit is contained in:
parent
fb2d58b81d
commit
595f9440b7
1 changed files with 2 additions and 2 deletions
|
@ -2104,13 +2104,13 @@ (define-public python-cmyt
|
|||
(define-public python-crds
|
||||
(package
|
||||
(name "python-crds")
|
||||
(version "11.17.19")
|
||||
(version "11.17.20")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "crds" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x48yw6jnz7dw0myc86ds0qaki6v1anqaihd5qzrxwrrl61kyp6x"))))
|
||||
"0480jjklv2p60fp892dr4qglwv44k86hx29y8q1c967l9k53wc9f"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue