guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 7e94805c2d60f3e0aa4f32f0366162c445516d24 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Oct 17 16:09:49 2025 +0100 gnu: indi: Update to 2.1.6. * gnu/packages/astronomy.scm (indi): Update to 2.1.6. Change-Id: I8c2cd92e5398c35cf595263a0998d9030bc9429a --- 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 dcf8354216..32ec808c0b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1423,7 +1423,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi (package (name "indi") - (version "2.1.5.1") + (version "2.1.6") (source (origin (method git-fetch) @@ -1432,7 +1432,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 "1wak0wnd05grc357wa4snyx3f7nc8ymbpfndialhywfi6a43gdlr")))) + (base32 "0f3d8rjrlm3dnhccacg7xgxh2i55akvbkzwcipl1170svbs45rnk")))) (build-system cmake-build-system) (arguments (list
