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

commit 9952f22ba157ca3897c840155833c3c8b624861e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 10:15:57 2026 +0000

    gnu: indi: Update to 2.1.9.
    
    * gnu/packages/astronomy.scm (indi): Update to 2.1.9.
    
    Change-Id: Iacf351b5332de0eabd824fa2754cff900cfab774
---
 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 48533ce07a..e2022222b3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1412,7 +1412,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
 (define-public indi
   (package
     (name "indi")
-    (version "2.1.7")
+    (version "2.1.9")
     (source
      (origin
        (method git-fetch)
@@ -1421,7 +1421,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 "0sa74i7352g567p1i29mr8qdgb2z481zvqa3f8x2xnmim8brirbm"))))
+        (base32 "0nlvcp4z2wb0yha141x25xgvcl5rsqm7jq47c49rxq0bb3arjyig"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to