guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 1cc235de9688f1fa1a5b4b8592841d6a9a7c3f37
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:57:06 2026 +0000
gnu: siril: Update to 1.4.1.
* gnu/packages/astronomy.scm (siril): Update to 1.4.1.
Change-Id: Ib19b745de86fa36af747c14f5e3c85e8b0ccdcf9
---
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 8b4ec79e80..530326c4dc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11086,7 +11086,7 @@ It can be used to calculate the trajectory of
satellites.")
(define-public siril
(package
(name "siril")
- (version "1.4.0-beta4")
+ (version "1.4.1")
(source
(origin
(method git-fetch)
@@ -11094,7 +11094,7 @@ It can be used to calculate the trajectory of
satellites.")
(url "https://gitlab.com/free-astro/siril")
(commit version)))
(sha256
- (base32 "104wb5m2bb51mi3yqndp0s69281i6px5dxcwlldhjp85cwp3qv51"))
+ (base32 "0yjyqxk5wcfh28x1qmamjbap4b8bbsph5pp1w3s3jyph609nx46h"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet