mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: indi-2.0: Update to 2.0.8.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.8. Change-Id: I61b0bfdb25d7b824227e14aa123cbf29d0923bf7
This commit is contained in:
parent
ddb0401d82
commit
de7a85f24c
1 changed files with 2 additions and 2 deletions
|
@ -3916,7 +3916,7 @@ (define-public imppg
|
|||
(define-public indi-2.0
|
||||
(package
|
||||
(name "indi")
|
||||
(version "2.0.7")
|
||||
(version "2.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3925,7 +3925,7 @@ (define-public indi-2.0
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0w3494by88g0sz92adgvy75g7f1609ilsblink9z37n02v83dfxi"))))
|
||||
(base32 "1rsy6ihwl3fnv502pmycx0xry9qn1qfz13kwdifcf2075wqd1lx9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; TODO: fix failing tests on aarch64-system.
|
||||
|
|
Loading…
Reference in a new issue