guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 82114e1ef8a114d1c3c0b7bb0be85667e41f1216
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 17 16:36:48 2025 +0100
gnu: python-tweakwcs: Update to 0.8.12.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.12.
[native-inputs]: Remove python-wheel.
Change-Id: Ia7ad2e0aae0922dfd04e0e10cd1b0ea1dca9351f
---
gnu/packages/astronomy.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8d4e3ff3fb..7ac736c96d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9460,20 +9460,19 @@ of the old packages.")
(define-public python-tweakwcs
(package
(name "python-tweakwcs")
- (version "0.8.11")
+ (version "0.8.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tweakwcs" version))
(sha256
- (base32 "0bw9wricq5nkal9h4mdpyzl4f4mq2c5ywadmxjffyyd0c0hpfpzd"))))
+ (base32 "1p7kbx7ih4ch04gxzv3pm8zkrv45my0c43k42iar5k5jihjhqhx6"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-scipy
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-astropy
python-gwcs