gnu: indi-2.0: Update to 2.0.6.

* gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.6.

Change-Id: Id8e9243639beadc3a9bd854af92797643b5d62d8
This commit is contained in:
Sharlatan Hellseher 2024-02-01 21:50:49 +00:00
parent 533942d513
commit 55e9878cf5
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -3467,7 +3467,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.5") (version "2.0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3476,7 +3476,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 "1lmp5p1rsckb8j44g34wxpyjzzy2ff78llxyc84pv5xs9pay6p4z")))) (base32 "0j1yr8wz6q6xi4dskv3yyhm0valsyfhcw1n8xpfgzbzbdzc8biyw"))))
(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.