guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 36f8982b4c4a01d8677a4e0a2e2b716e4dc098c8 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Sep 18 17:10:15 2025 +0100 gnu: uraniborg: Update to 0.0.11. * gnu/packages/astronomy.scm (uraniborg): Update to 0.0.11. Change-Id: I21c6a0ce5d93350c807bda47a6044d0f6d970701 --- gnu/packages/astronomy.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index aabe59c8cb..666b84a2f0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10555,7 +10555,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.11") (source (origin (method git-fetch) @@ -10564,10 +10564,12 @@ 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 "1xak1m345dhjb8xzkwk81wl1jk6zy8x8gv36n5wkkwkjagdnwbkb")))) (build-system go-build-system) (arguments (list + ;; See: <https://codeberg.org/astronexus/uraniborg/issues/2>. + #:tests? #f #:install-source? #f #:import-path "bitbucket.org/dpnash/uraniborg" #:phases