diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 16:22:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 17:07:47 +0100 |
commit | b94d4e6a1d8bd5bbae5656429f0f62d7ee4c24f8 (patch) | |
tree | 498b4dce76a8ce2e988d8ece881b49b1c0449a3a /gnu | |
parent | cb93d420cd000a9e5ce1a6201bffff6c5babc168 (diff) | |
download | guix-b94d4e6a1d8bd5bbae5656429f0f62d7ee4c24f8.tar.gz |
gnu: indi: Update to 1.8.9.
* gnu/packages/astronomy.scm (indi): Update to 1.8.9.
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 feb22eb592..f623274136 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -793,7 +793,7 @@ provide you with detailed information about each pass.") (define-public indi (package (name "indi") - (version "1.8.8") + (version "1.8.9") (source (origin (method git-fetch) @@ -802,7 +802,7 @@ provide you with detailed information about each pass.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19gm7rbnm3295g2i8mdzfslpz0vrcgfmbl59311qpszvlxbmyd2r")))) + (base32 "0nw4b2cdsg244slcm3yf1v11jlxbbjrpvi6ax90svs7rlandz8jv")))) (build-system cmake-build-system) (arguments `(#:configure-flags |