gnu: python-tweakwcs: Update to 0.8.8.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.8. Change-Id: I9a324c7ec06e960da0fdd23c3b005c0351af8fefmaster
parent
a7c5f5a958
commit
31e3303dd7
|
@ -5118,13 +5118,13 @@ orbit around the Earth.")
|
||||||
(define-public python-tweakwcs
|
(define-public python-tweakwcs
|
||||||
(package
|
(package
|
||||||
(name "python-tweakwcs")
|
(name "python-tweakwcs")
|
||||||
(version "0.8.7")
|
(version "0.8.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tweakwcs" version))
|
(uri (pypi-uri "tweakwcs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48"))))
|
(base32 "148as0x1szk1wv13bwk947qs3rw5xj2286ccdbhzfzarng58a386"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
|
|
Reference in New Issue