guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 980a9fb8e5320abab8eb638423453344ec41338c 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 24921f60fc..e07fe4af0a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1340,7 +1340,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) @@ -1349,7 +1349,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
