guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 2916fcd6ff5d35f774f66d8e0962167e943d9d01
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 21:54:22 2026 +0000
gnu: siril: Update to 1.4.2.
* gnu/packages/astronomy.scm (siril): Update to 1.4.2.
Change-Id: Ife8d038c4391d58d8c2070a863658253e9fce325
---
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 fe162124a6..693e907120 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11342,7 +11342,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)
@@ -11350,7 +11350,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