guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit cb2db5bacde95a84f23e047ec88193d77dc03d06 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Sep 18 17:10:15 2025 +0100 gnu: uraniborg: Update to 0.0.12. * gnu/packages/astronomy.scm (uraniborg): Update to 0.0.12. Change-Id: I21c6a0ce5d93350c807bda47a6044d0f6d970701 --- 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 c8be0036ca..74dae84a86 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10256,7 +10256,7 @@ n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).") (define-public uraniborg (package (name "uraniborg") - (version "0.0.10") + (version "0.0.12") (source (origin (method git-fetch) @@ -10265,7 +10265,7 @@ n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0bz2k2x06nyvhr9v4z6f21cf29pqsj9m4qyn8sdbl421wsqj31wg")))) + (base32 "1n24c7ihz49piry36sfvig9qag948k4wkn9a7b5v7c1yax5ab4ap")))) (build-system go-build-system) (arguments (list
