diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-18 13:28:42 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 10:30:47 +0100 |
commit | 31e3303dd7a063c8c3a33c1d91499f54e6539243 (patch) | |
tree | 388de711b52ee89cc7ce75c17584a50ed5614deb | |
parent | a7c5f5a958294985f2c740979ff558432a52ed52 (diff) | |
download | guix-31e3303dd7a063c8c3a33c1d91499f54e6539243.tar.gz guix-31e3303dd7a063c8c3a33c1d91499f54e6539243.zip |
gnu: python-tweakwcs: Update to 0.8.8.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.8.
Change-Id: I9a324c7ec06e960da0fdd23c3b005c0351af8fef
-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 9814557b99..e8a1f52f26 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5118,13 +5118,13 @@ orbit around the Earth.") (define-public python-tweakwcs (package (name "python-tweakwcs") - (version "0.8.7") + (version "0.8.8") (source (origin (method url-fetch) (uri (pypi-uri "tweakwcs" version)) (sha256 - (base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48")))) + (base32 "148as0x1szk1wv13bwk947qs3rw5xj2286ccdbhzfzarng58a386")))) (build-system pyproject-build-system) (propagated-inputs (list python-astropy |