Archived
1
0
Fork 0

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:
Sharlatan Hellseher 2024-04-02 14:33:12 +01:00
parent 1df990ffec
commit 24f8863868
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.