diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-16 20:14:17 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-27 17:03:06 +0100 |
commit | 9a046f4fe3c4475d6db6235d1ae54d804544f611 (patch) | |
tree | 61de0658c3d072416327578db00d0e76a4b6fdbb /gnu/packages/astronomy.scm | |
parent | 1e69ac70c760de885ca3d9a31077de18292f83fa (diff) | |
download | guix-9a046f4fe3c4475d6db6235d1ae54d804544f611.tar guix-9a046f4fe3c4475d6db6235d1ae54d804544f611.tar.gz |
gnu: indi-2.0: Update to 2.0.9.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.9.
Change-Id: I332cb8b17a16adc920f34b8d45c366d42055c054
Diffstat (limited to 'gnu/packages/astronomy.scm')
-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 c7c244ed96..81f31eb163 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4305,7 +4305,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.8") + (version "2.0.9") (source (origin (method git-fetch) @@ -4314,7 +4314,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 "1rsy6ihwl3fnv502pmycx0xry9qn1qfz13kwdifcf2075wqd1lx9")))) + (base32 "08wmw7mrxx1zc89yka3c52djmpvlb8zimq8yzs95gh3p7r5jfpq9")))) (build-system cmake-build-system) (arguments (list |