diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 21:54:22 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:05 +0000 |
| commit | e89e9590c3efeeb7fb3b442cfefa39561a179af6 (patch) | |
| tree | 81650210c885a0fbd981383092de86fbda6e875a | |
| parent | a786a87405e5201346b3c82aa5a68239904d2254 (diff) | |
gnu: siril: Update to 1.4.2.
* gnu/packages/astronomy.scm (siril): Update to 1.4.2.
Change-Id: Ife8d038c4391d58d8c2070a863658253e9fce325
| -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 e335f5e0aee..35406a54b20 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11245,7 +11245,7 @@ It can be used to calculate the trajectory of satellites.") (define-public siril (package (name "siril") - (version "1.4.1") + (version "1.4.2") (source (origin (method git-fetch) @@ -11253,7 +11253,7 @@ It can be used to calculate the trajectory of satellites.") (url "https://gitlab.com/free-astro/siril") (commit version))) (sha256 - (base32 "0yjyqxk5wcfh28x1qmamjbap4b8bbsph5pp1w3s3jyph609nx46h")) + (base32 "059g5kl398c66ipvx1w6n9shqr32hxgbqm5582prdbsnd26g7ap1")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |
