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

commit 8203e61161f43fa28791cc89068cde5b7f22e60e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Sep 19 21:25:16 2026 +0100

    gnu: python-poppy: Update to 1.2.0.
    
    * gnu/packages/astronomy.scm (python-poppy): Update to 1.2.0.
    [native-inputs]: Remove python-wheel.
---
 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 928add5ad19..e9bf3f48210 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8813,13 +8813,13 @@ ecosystem.")
 (define-public python-poppy
   (package
     (name "python-poppy")
-    (version "1.1.2")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "poppy" version))
        (sha256
-        (base32 "0mvnd9rlglb1cqhaavd2lyxnvi4xmc133x50rzzlh00xn0gyxgfq"))))
+        (base32 "0vxz3slinmkyr57bgsk8k94sspl33x2h9afbvji4b355pfg6glir"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -8831,8 +8831,7 @@ ecosystem.")
            python-pytest
            python-pytest-astropy
            python-pytest-xdist
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      ;; XXX: With python-synphot (marked as optional) package added to the list
      ;; it tries to download from remote host during tests and fails. Overall

Reply via email to