gnu: indi-2.0: Update to 2.0.7.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.7. Change-Id: Ia134449cc18a0c70dcba962b0ea51e2341d34e98
This commit is contained in:
parent
1df990ffec
commit
24f8863868
1 changed files with 2 additions and 2 deletions
|
@ -3804,7 +3804,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit,
|
||||||
(define-public indi-2.0
|
(define-public indi-2.0
|
||||||
(package
|
(package
|
||||||
(name "indi")
|
(name "indi")
|
||||||
(version "2.0.6")
|
(version "2.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3813,7 +3813,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit,
|
||||||
(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 "0j1yr8wz6q6xi4dskv3yyhm0valsyfhcw1n8xpfgzbzbdzc8biyw"))))
|
(base32 "0w3494by88g0sz92adgvy75g7f1609ilsblink9z37n02v83dfxi"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: fix failing tests on aarch64-system.
|
;; TODO: fix failing tests on aarch64-system.
|
||||||
|
|
Reference in a new issue