diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-17 16:09:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:52 +0000 |
| commit | afdad80e7d34a5c67da8ea53fb3659cd9a896954 (patch) | |
| tree | de7ddfb61baacc0d9d9f2bf62a5683472e12470a | |
| parent | f5758c0f2151ce096b0f0ab7ea76cf2f6e958ff0 (diff) | |
gnu: indi: Update to 2.1.6.
* gnu/packages/astronomy.scm (indi): Update to 2.1.6.
Change-Id: I8c2cd92e5398c35cf595263a0998d9030bc9429a
| -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 e6767850850..03220e600b8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1343,7 +1343,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi (package (name "indi") - (version "2.1.5.1") + (version "2.1.6") (source (origin (method git-fetch) @@ -1352,7 +1352,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 "1wak0wnd05grc357wa4snyx3f7nc8ymbpfndialhywfi6a43gdlr")))) + (base32 "1a0yc4svs18gd182flwbyl7cc8v2b8kgsvxas2w27hzk4bj45xar")))) (build-system cmake-build-system) (arguments (list |
