guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5576831163c2253cfb4ab7e55f8bfc831adf9171
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jul 20 20:18:03 2025 +0100

    gnu: unsio: Update to 1.3.3-1.ac48210, fix build.
    
    * gnu/packages/astronomy.scm (unsio): Update to 1.3.3-1.ac48210, fix
    build.
    
    Change-Id: Ifd6c56e91ef3b697b601ad8afa8c58c1667f22d7
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5095cdd5a5..b597989662 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9348,8 +9348,8 @@ See related paper
 
 (define-public unsio
   ;; There is no versioned tag, use the latest commit.
-  (let ((commit "25e52468298e1194c9726ef5dba9d5fbb46870f5")
-        (revision "0"))
+  (let ((commit "ac48210ec24432ec3ad330c4203e7eb21876a921")
+        (revision "1"))
     (package
       (name "unsio")
       (version (git-version "1.3.3" revision commit))
@@ -9361,7 +9361,7 @@ See related paper
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "110i2p5608zhh5w3pf3b5r2651hykw2ayspgq6vpqsffhya1p170"))
+                  "0diiiflwz5yw2hpk3xj5x5iviyfibim4lhs02qn07hfw86qi9vn2"))
                 (modules '((guix build utils)))
                 (snippet
                   ;; force installation into lib/ instead of lib64/

Reply via email to