diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-11 22:05:55 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:13 +0100 |
commit | de7a85f24c711f0741042ae14a67b8271a972a1d (patch) | |
tree | ebfbcdfba7e6661387de0f319578b8b3e8023843 | |
parent | ddb0401d82be8b1a43b6f47fb5794d08119f8d54 (diff) | |
download | guix-de7a85f24c711f0741042ae14a67b8271a972a1d.tar.gz guix-de7a85f24c711f0741042ae14a67b8271a972a1d.zip |
gnu: indi-2.0: Update to 2.0.8.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.8.
Change-Id: I61b0bfdb25d7b824227e14aa123cbf29d0923bf7
-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 954776f545..3c71e73be4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3916,7 +3916,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.7") + (version "2.0.8") (source (origin (method git-fetch) @@ -3925,7 +3925,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 "0w3494by88g0sz92adgvy75g7f1609ilsblink9z37n02v83dfxi")))) + (base32 "1rsy6ihwl3fnv502pmycx0xry9qn1qfz13kwdifcf2075wqd1lx9")))) (build-system cmake-build-system) (arguments ;; TODO: fix failing tests on aarch64-system. |