diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-03 16:02:24 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:00 +0000 |
commit | d77dc6a018fe84fe01a20704ef0e78b8732d1243 (patch) | |
tree | f14b362e2608f5d40fd6bd224f5959528481ac02 /gnu/packages/astronomy.scm | |
parent | bbde0b9d9fe9912fe911fa92f84b53e565021bd0 (diff) |
gnu: indi-2.0: Update to 2.1.2.1.
* gnu/packages/astronomy.scm (indi-2.0): Update to 2.1.2.1.
Change-Id: I8a9bb361dfbde52ceb8e4cf878b1f54607cf8ee9
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 54e974c5a6..e82a9274df 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1005,7 +1005,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.1") + (version "2.1.2.1") (source (origin (method git-fetch) @@ -1014,7 +1014,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 "1mkcql7hsc6qirpmwmfsz9j0bl9msi11d8p87hc840w1ximmglab")))) + (base32 "0c0fi6n9243l3xfk84qjpk7n83w6q6k6yjj4a59zfhd8zk0fd8hi")))) (build-system cmake-build-system) (arguments (list |