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

commit eadb976d2b69d275283668ab692974382a40a8dd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Nov 15 08:29:17 2025 +0000

    gnu: python-spherical-geometry: Update to 1.3.4.
    
    * gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.3.4.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I2f4fbd9fc8d1bf6a00e5da42f304713fb5d66383
---
 gnu/packages/astronomy.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 92640fc69c..0ac5393aed 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8526,16 +8526,16 @@ about the underlying principles, see
 (define-public python-spherical-geometry
   (package
     (name "python-spherical-geometry")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/spacetelescope/spherical_geometry";)
-             (commit version)))
+              (url "https://github.com/spacetelescope/spherical_geometry";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0r11wkwblpm5mljx26kwkipb40f5p7hhrbks6vc71ckhdhfy248h"))
+        (base32 "09f5j8xapvb88bcn48qc4438zb1k0c3lbkb8immfzkwwkvx0jpi7"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -8557,8 +8557,7 @@ about the underlying principles, see
      (list python-pytest
            python-pytest-astropy-header
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (inputs
      (list qd))
     (propagated-inputs

Reply via email to