diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-10 15:09:19 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:39 +0000 |
commit | c44905f53db65863da5f4e45d841a3fe778ace1d (patch) | |
tree | 608d27cd184363653cdf7233386058de7e316fa3 | |
parent | 3d42e98c8242bb5e952be06be69edec2e9a54057 (diff) |
gnu: indi-2.0: Update to 2.1.1.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.1.1.
Change-Id: I6996fb8ed1a0fe80dddb4cb92ac39ff253e934d5
-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 e485fb0877..f3a88f40da 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -946,7 +946,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi-2.0 (package (name "indi") - (version "2.1.0") + (version "2.1.1") (source (origin (method git-fetch) @@ -955,7 +955,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 "18i70m0qw59bsb46ffqb1kkigfb2m8ahbh825rxc2h86aqnrc6l6")))) + (base32 "1mkcql7hsc6qirpmwmfsz9j0bl9msi11d8p87hc840w1ximmglab")))) (build-system cmake-build-system) (arguments (list |