guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 3dea94d6ea3d653f6f61b3e0ae5a03c0c923621d
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 22a614806b..b6e6ba1c85 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9679,20 +9679,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

Reply via email to