gnu: python-drms: Update to 0.7.1.
* gnu/packages/astronomy.scm (python-drms): Update to 0.7.1. Change-Id: I3744efa8c87db7fcb743bf8dca4ec6a437a82951
This commit is contained in:
parent
e5923f4f3c
commit
01b0ed5a6d
1 changed files with 2 additions and 2 deletions
|
@ -1941,13 +1941,13 @@ Cesium.")
|
||||||
(define-public python-drms
|
(define-public python-drms
|
||||||
(package
|
(package
|
||||||
(name "python-drms")
|
(name "python-drms")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "drms" version))
|
(uri (pypi-uri "drms" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0smc39nndxqbznjcpnylsag1sc2ksfjhxh4dwiqbki8q6v5ahx84"))))
|
(base32 "01q00zwpbhik9lgbc42z6q791ybxc41rxgrj04fpcfkl3hcl0nyr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
|
|
Reference in a new issue