guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ad12e26e3c870d1ea503e5cd7736967e910b0ef5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 30 11:10:17 2025 +0100
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 6973b0e417..51d77d8050 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