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

commit 69c24ad82bd65bca927c98d44f81faf10dcec80a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 13 18:52:10 2025 +0000

    gnu: uraniborg: Update to 0.0.13.
    
    * gnu/packages/astronomy.scm (uraniborg): Update to 0.0.13.
    
    Change-Id: I49e9d34f1c8be3db3595c45b2663ae328c9e0d6d
---
 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 263dcc99aa..2c26737129 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11290,7 +11290,7 @@ n-body file formats (nemo, Gadget binaries 1 and 2, 
Gadget hdf5, Ramses).")
 (define-public uraniborg
   (package
     (name "uraniborg")
-    (version "0.0.12")
+    (version "0.0.13")
     (source
      (origin
        (method git-fetch)
@@ -11299,7 +11299,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 "1n24c7ihz49piry36sfvig9qag948k4wkn9a7b5v7c1yax5ab4ap"))))
+        (base32 "1brpdmnhyjbgmifvjps4whjd9yxbid4diybj89j12wh11np7rpnr"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to