guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit b4ee3fd0e7e7a14a0957ccf975f8e2411a7364fe
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 955286d68c..517dcda2ed 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10946,7 +10946,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)
@@ -10954,7 +10954,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

Reply via email to