mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: indi-2.0: Update to 2.1.0.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.1.0. Change-Id: I7391d6ca6fb644baa4ad3c233e37e0713a88a31d
This commit is contained in:
parent
64b7dc2e45
commit
a0c7c51028
1 changed files with 2 additions and 2 deletions
|
@ -936,7 +936,7 @@ (define-public imppg
|
|||
(define-public indi-2.0
|
||||
(package
|
||||
(name "indi")
|
||||
(version "2.0.9")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -945,7 +945,7 @@ (define-public indi-2.0
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08wmw7mrxx1zc89yka3c52djmpvlb8zimq8yzs95gh3p7r5jfpq9"))))
|
||||
(base32 "18i70m0qw59bsb46ffqb1kkigfb2m8ahbh825rxc2h86aqnrc6l6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue