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

commit 008f61f952f11acf296726175428cea7e9db3940
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:44:31 2026 +0000

    gnu: python-swiftsimio: Update to 10.7.2.
    
    * gnu/packages/astronomy.scm (python-swiftsimio): Update to 10.7.2.
    
    Change-Id: I904571728d939a364c2172b87623515b5f6858b7
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8ff6e6d81b..9f26debabd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10528,7 +10528,7 @@ tools to iterate efficiently over multiple galaxies are 
also provided.")
 (define-public python-swiftsimio
   (package
     (name "python-swiftsimio")
-    (version "9.0.1") ; higher versions require NumPy 2+
+    (version "10.7.2")
     (source
      (origin
        (method git-fetch)
@@ -10537,7 +10537,7 @@ tools to iterate efficiently over multiple galaxies are 
also provided.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16f4vfdjfhhm4mriwm3x32mn6f85bksaymzq1n5abn807zmgjyz2"))))
+        (base32 "1b6ff39h86wq9br38ci4x5vhv3gafr1d6mlppd5r4zfjybykzzy7"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ;tests need to download remote datasets

Reply via email to