guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 3a0bab1c646e8a15d47dedc77219df7edacee769 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Wed Aug 13 14:09:13 2025 +0100 gnu: indi: Update to 2.1.5. * gnu/packages/astronomy.scm (indi): Update to 2.1.5. Change-Id: I9c7b9359e02f2d011f04be392821dd7c601f9ec6 --- 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 313fdc0c31..7232a2a1f5 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1095,7 +1095,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi (package (name "indi") - (version "2.1.4") + (version "2.1.5") (source (origin (method git-fetch) @@ -1104,7 +1104,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 "18rrp8mp0j126c1v3rpksyjkacq86520qmq4r5bkl78yf9dfxq3i")))) + (base32 "03qr5kvjr9dy8pwppn74mblkjxvm1nksbw2d9xinva8x4lxv8pry")))) (build-system cmake-build-system) (arguments (list
