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

commit 69c24a9e8e129c41c31210786baf224742aa777c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 01:16:37 2026 +0000

    gnu: python-swiftsimio: Update to 11.0.0.
    
    * gnu/packages/astronomy.scm (python-swiftsimio): Update to 11.0.0.
    
    Change-Id: Ied8f12377f41613443f3dd1d2a6f2aa9c7dfd70c
---
 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 a280ed9223..207827043b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10741,7 +10741,7 @@ tools to iterate efficiently over multiple galaxies are 
also provided.")
 (define-public python-swiftsimio
   (package
     (name "python-swiftsimio")
-    (version "10.7.2")
+    (version "11.0.0")
     (source
      (origin
        (method git-fetch)
@@ -10750,7 +10750,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 "1b6ff39h86wq9br38ci4x5vhv3gafr1d6mlppd5r4zfjybykzzy7"))))
+        (base32 "1mbvcn96gwiv24fvbhckvdj4lpvr51y4frjbz2mn828f5xj0vqca"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ;tests need to download remote datasets

Reply via email to