From ead465a31243be62de864d32a65d2b8fee54b9e1 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 4 May 2021 13:30:35 +0200 Subject: gnu: indi: Update to 1.9.0. * gnu/packages/astronomy.scm (indi): Update to 1.9.0. --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 85164e7262..c55c4d8062 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -795,7 +795,7 @@ provide you with detailed information about each pass.") (define-public indi (package (name "indi") - (version "1.8.9") + (version "1.9.0") (source (origin (method git-fetch) @@ -804,7 +804,7 @@ provide you with detailed information about each pass.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0nw4b2cdsg244slcm3yf1v11jlxbbjrpvi6ax90svs7rlandz8jv")))) + (base32 "0hxklmf432czfmzsyy3rgahs9nr48k4f8v7jxyv2j6py3k743mb1")))) (build-system cmake-build-system) (arguments `(#:configure-flags -- cgit v1.2.3