diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-01 21:50:49 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-27 22:51:56 +0000 |
commit | 55e9878cf53dbd89f07c50b908ec3ff53abec1ef (patch) | |
tree | f41819c92880b33af560a92e6c171356fd227f3b /gnu/packages | |
parent | 533942d513bb3e0f90564e6acf461f8d84172692 (diff) | |
download | guix-55e9878cf53dbd89f07c50b908ec3ff53abec1ef.tar.gz |
gnu: indi-2.0: Update to 2.0.6.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.6. Change-Id: Id8e9243639beadc3a9bd854af92797643b5d62d8
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 3ae1f3e5ce..8fce98c764 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3467,7 +3467,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi-2.0 (package (name "indi") - (version "2.0.5") + (version "2.0.6") (source (origin (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)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lmp5p1rsckb8j44g34wxpyjzzy2ff78llxyc84pv5xs9pay6p4z")))) + (base32 "0j1yr8wz6q6xi4dskv3yyhm0valsyfhcw1n8xpfgzbzbdzc8biyw")))) (build-system cmake-build-system) (arguments ;; TODO: fix failing tests on aarch64-system. |