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

commit 86631aa99ec90eb6e0bd69956590cbf5bd4ec37d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 23:25:04 2026 +0000

    gnu: python-spherical-geometry: Update to 1.3.5.
    
    * gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.3.5.
    [native-inputs]: Add python-gwcs.
    
    Change-Id: I1f03676a7eb4117ee78fdfc6d849cca9a1a98f85
---
 gnu/packages/astronomy.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c3d3c7a639..2cfedcf320 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9641,7 +9641,7 @@ about the underlying principles, see
 (define-public python-spherical-geometry
   (package
     (name "python-spherical-geometry")
-    (version "1.3.4")
+    (version "1.3.5")
     (source
      (origin
        (method git-fetch)
@@ -9650,7 +9650,7 @@ about the underlying principles, see
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09f5j8xapvb88bcn48qc4438zb1k0c3lbkb8immfzkwwkvx0jpi7"))
+        (base32 "1l25xqqvmrq32r5ny0pgm1h43n9fplakvlsgg9kgfbm2n6pv89d3"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -9668,7 +9668,8 @@ about the underlying principles, see
               ;; Use our own libraries in place of bundles.
               (setenv "USE_SYSTEM_QD" "1"))))))
     (native-inputs
-     (list python-pytest
+     (list python-gwcs
+           python-pytest
            python-pytest-astropy-header
            python-setuptools
            python-setuptools-scm))

Reply via email to