diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-17 23:37:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-17 23:38:59 +0200 |
commit | 473ea161a15a13e7d5e7e0724693c1931ff8daaa (patch) | |
tree | 1ec71c6e39ea5295f80e9b28cdbb8bcb19a8070a /gnu/packages | |
parent | 15c91189cb61c579f4289047c79530cefe75215f (diff) | |
download | guix-473ea161a15a13e7d5e7e0724693c1931ff8daaa.tar guix-473ea161a15a13e7d5e7e0724693c1931ff8daaa.tar.gz |
gnu: indi: Update to 1.9.2.
* gnu/packages/astronomy.scm (indi): Update to 1.9.2.
Diffstat (limited to 'gnu/packages')
-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 8d3953ede8..1fb6f5a38b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -893,7 +893,7 @@ It can be used to calculate the trajectory of satellites.") (define-public indi (package (name "indi") - (version "1.9.1") + (version "1.9.2") (source (origin (method git-fetch) @@ -902,7 +902,7 @@ It can be used to calculate the trajectory of satellites.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0zhsm60hgnmy9lvwckijf6f6yikbvdbxy2qlgclv09p14lgr6wd9")))) + (base32 "00dlvp682xg2sdxm7ix55zp6311mgnd543q45drrc7kjlgaqvip4")))) (build-system cmake-build-system) (arguments `(#:configure-flags |