From ad12e26e3c870d1ea503e5cd7736967e910b0ef5 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 30 Sep 2025 11:10:17 +0100 Subject: [PATCH] gnu: siril: Update to 1.4.0-beta4. * gnu/packages/astronomy.scm (siril): Update to 1.4.0-beta4. Change-Id: Id2fdc54d378d2158e775ff23d6d65e6a8fc5a275 --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6973b0e41710d642060a510b70efc29243d89897..51d77d8050eb00b90f929f3689987003cd75d070 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