mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: python-drms: Update to 0.7.0.
* gnu/packages/astronomy.scm (python-drms): Update to 0.7.0. Change-Id: I963cf7cc3c4dd2d48e063e6939b018d404c8de16
This commit is contained in:
parent
b883ea3659
commit
93934bbcf8
1 changed files with 2 additions and 2 deletions
|
@ -1928,13 +1928,13 @@ (define-public python-czml3
|
|||
(define-public python-drms
|
||||
(package
|
||||
(name "python-drms")
|
||||
(version "0.6.4")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "drms" version))
|
||||
(sha256
|
||||
(base32 "0mkrmr55fgca441z7hvsyri6x9cjsh0sfas3hrj0k1k10k8vszbw"))))
|
||||
(base32 "0smc39nndxqbznjcpnylsag1sc2ksfjhxh4dwiqbki8q6v5ahx84"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-astropy
|
||||
|
|
Loading…
Reference in a new issue