diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-03 16:41:10 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:11 +0100 |
commit | ff0a6988f819d52185cec5851c71bdd1d12eaa2c (patch) | |
tree | 947af04974a2f96854ce7aebad9090df09381dd4 /gnu/packages | |
parent | 9f05edf7610db6fd7c0e47a7a9b0bba97b9f0eeb (diff) | |
download | guix-ff0a6988f819d52185cec5851c71bdd1d12eaa2c.tar.gz guix-ff0a6988f819d52185cec5851c71bdd1d12eaa2c.zip |
gnu: python-tweakwcs: Update to 0.8.7.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.7.
Change-Id: I2ef8f29839a99ec3b40efc34a61f57bc32216c8e
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ecae1c56cb..3cafad8217 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4378,13 +4378,13 @@ of the old packages.") (define-public python-tweakwcs (package (name "python-tweakwcs") - (version "0.8.6") + (version "0.8.7") (source (origin (method url-fetch) (uri (pypi-uri "tweakwcs" version)) (sha256 - (base32 "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99")))) + (base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48")))) (build-system pyproject-build-system) (propagated-inputs (list python-astropy |