guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 521ff6ac418562130bbbec2d21ecd122c1be2589
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 ec72732e7b..c861b831ea 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10387,7 +10387,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)
@@ -10396,7 +10396,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