diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-15 22:41:44 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:51 +0100 |
| commit | 584a8411fc3e2b9e38c580e3f90afc7b5520e3fe (patch) | |
| tree | 99e12a45a5b4cd4e3af9b9f2d1a3252182fa93ae | |
| parent | 0c22c03ad65ee972f8dea41a37e9eac68c212b5d (diff) | |
gnu: indi: Update to 2.2.0.
* gnu/packages/astronomy.scm (indi): Update to 2.2.0.
Change-Id: I2a34545cc935bac00494038ee5ef12ceb92b442f
| -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 b0bb39dacf..c9d777f05c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1390,7 +1390,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi (package (name "indi") - (version "2.1.9") + (version "2.2.0") (source (origin (method git-fetch) @@ -1399,7 +1399,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 "0nlvcp4z2wb0yha141x25xgvcl5rsqm7jq47c49rxq0bb3arjyig")))) + (base32 "0rknhrv7hhwmgvsi9lgrajl6hipsxk7d7nqazk7i8cczsrxgwdjx")))) (build-system cmake-build-system) (arguments (list |
