guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 51a0661a7a0acdda1178b52ef5be28554b5a7832
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 11 23:15:09 2026 +0100

    gnu: indi: Update to 2.2.4.2.
    
    * gnu/packages/astronomy.scm (indi): Update to 2.2.4.2.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4e22868404..595eedbd8e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1535,16 +1535,16 @@ floating-point (no compression, LZW- or 
ZIP-compressed), FITS 8-bit, 16-bit,
 (define-public indi
   (package
     (name "indi")
-    (version "2.2.3.1")
+    (version "2.2.4.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/indilib/indi";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/indilib/indi";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "027znsgk21qj6cgsbhgjyd86g7pz795kicaw4y90npq5wvp9la2r"))))
+        (base32 "0w3izplv2790zj9494sfbgmiw5qmkl1lrcggblilf7zb87qqx10c"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to