guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 274bb7d37d729849ce45465c2de37975013e39ec
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 18 12:52:33 2025 +0100

    gnu: indi: Update to 2.1.5.1.
    
    * gnu/packages/astronomy.scm (indi): Update to 2.1.5.1.
    
    Change-Id: I0352d87cd021b837b771f3aac79373126f8fac5b
---
 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 37ff2dcdbb..5d9ee53c09 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1244,7 +1244,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
 (define-public indi
   (package
     (name "indi")
-    (version "2.1.5")
+    (version "2.1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -1253,7 +1253,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03qr5kvjr9dy8pwppn74mblkjxvm1nksbw2d9xinva8x4lxv8pry"))))
+        (base32 "1wak0wnd05grc357wa4snyx3f7nc8ymbpfndialhywfi6a43gdlr"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to