diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 13:30:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 15:40:32 +0200 |
commit | ead465a31243be62de864d32a65d2b8fee54b9e1 (patch) | |
tree | bf7359ae79f9727a92a8bba9d8337e49f41db0ca /gnu | |
parent | abdb0210bd738fafd744c229c28e92d9898fae6f (diff) | |
download | guix-ead465a31243be62de864d32a65d2b8fee54b9e1.tar.gz guix-ead465a31243be62de864d32a65d2b8fee54b9e1.zip |
gnu: indi: Update to 1.9.0.
* gnu/packages/astronomy.scm (indi): Update to 1.9.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |