diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-11 23:15:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 18:34:23 +0100 |
| commit | 51a0661a7a0acdda1178b52ef5be28554b5a7832 (patch) | |
| tree | 382122d1e761ef23d9fdb61874b0f0660f9f37e5 | |
| parent | 2e8051cf57957135f0baf064eee294d076d81982 (diff) | |
gnu: indi: Update to 2.2.4.2.
* gnu/packages/astronomy.scm (indi): Update to 2.2.4.2.
Relates-to: guix/guix!10702
| -rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4e228684046..595eedbd8ec 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -1535,16 +1535,16 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, | |||
| 1535 | (define-public indi | 1535 | (define-public indi |
| 1536 | (package | 1536 | (package |
| 1537 | (name "indi") | 1537 | (name "indi") |
| 1538 | (version "2.2.3.1") | 1538 | (version "2.2.4.2") |
| 1539 | (source | 1539 | (source |
| 1540 | (origin | 1540 | (origin |
| 1541 | (method git-fetch) | 1541 | (method git-fetch) |
| 1542 | (uri (git-reference | 1542 | (uri (git-reference |
| 1543 | (url "https://github.com/indilib/indi") | 1543 | (url "https://github.com/indilib/indi") |
| 1544 | (commit (string-append "v" version)))) | 1544 | (commit (string-append "v" version)))) |
| 1545 | (file-name (git-file-name name version)) | 1545 | (file-name (git-file-name name version)) |
| 1546 | (sha256 | 1546 | (sha256 |
| 1547 | (base32 "027znsgk21qj6cgsbhgjyd86g7pz795kicaw4y90npq5wvp9la2r")))) | 1547 | (base32 "0w3izplv2790zj9494sfbgmiw5qmkl1lrcggblilf7zb87qqx10c")))) |
| 1548 | (build-system cmake-build-system) | 1548 | (build-system cmake-build-system) |
| 1549 | (arguments | 1549 | (arguments |
| 1550 | (list | 1550 | (list |
