gnu: python-tweakwcs: Update to 0.8.7.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.7. Change-Id: I2ef8f29839a99ec3b40efc34a61f57bc32216c8e
This commit is contained in:
parent
9f05edf761
commit
ff0a6988f8
1 changed files with 2 additions and 2 deletions
|
@ -4378,13 +4378,13 @@ of the old packages.")
|
||||||
(define-public python-tweakwcs
|
(define-public python-tweakwcs
|
||||||
(package
|
(package
|
||||||
(name "python-tweakwcs")
|
(name "python-tweakwcs")
|
||||||
(version "0.8.6")
|
(version "0.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tweakwcs" version))
|
(uri (pypi-uri "tweakwcs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
|
(base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
|
|
Reference in a new issue