diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 11:10:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 11:10:17 +0100 |
| commit | ad12e26e3c870d1ea503e5cd7736967e910b0ef5 (patch) | |
| tree | 1a215698eef34aba364f57b552351e6f00f27b91 /gnu | |
| parent | dfa312a95e7db01f56e7fbc50173cf5ad446d0c1 (diff) | |
gnu: siril: Update to 1.4.0-beta4.
* gnu/packages/astronomy.scm (siril): Update to 1.4.0-beta4.
Change-Id: Id2fdc54d378d2158e775ff23d6d65e6a8fc5a275
Diffstat (limited to 'gnu')
| -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 6973b0e4171..51d77d8050e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9896,7 +9896,7 @@ It can be used to calculate the trajectory of satellites.") (define-public siril (package (name "siril") - (version "1.4.0-beta3") + (version "1.4.0-beta4") (source (origin (method git-fetch) @@ -9904,7 +9904,7 @@ It can be used to calculate the trajectory of satellites.") (url "https://gitlab.com/free-astro/siril") (commit version))) (sha256 - (base32 "1frvi6879zh4bzm5smdy0scpjmj5pg2i81wb2wa4ikq1dq227x8k")) + (base32 "104wb5m2bb51mi3yqndp0s69281i6px5dxcwlldhjp85cwp3qv51")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |
