me
/
guix
Archived
1
0
Fork 0

gnu: indi: Update to 1.9.1.

* gnu/packages/astronomy.scm (indi): Update to 1.9.1.
master
Tobias Geerinckx-Rice 2021-06-28 16:08:44 +02:00
parent c4d9c9cb3f
commit 25fd40f540
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -828,7 +828,7 @@ It can be used to calculate the trajectory of satellites.")
(define-public indi (define-public indi
(package (package
(name "indi") (name "indi")
(version "1.9.0") (version "1.9.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -837,7 +837,7 @@ It can be used to calculate the trajectory of satellites.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0hxklmf432czfmzsyy3rgahs9nr48k4f8v7jxyv2j6py3k743mb1")))) (base32 "0zhsm60hgnmy9lvwckijf6f6yikbvdbxy2qlgclv09p14lgr6wd9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags