sharlatan pushed a commit to branch master
in repository guix.

commit ca5df4b60a166e2336c61de0b64f57a3bc294b8c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 18 10:07:54 2024 +0100

    gnu: siril: Update to 1.2.3.
    
    * gnu/packages/astronomy.scm (siril): Update to 1.2.3.
    
    Change-Id: If048907526767ccd1b3b92f9675458ae8e6371d3
---
 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 3c71e73be4..705037e469 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1385,7 +1385,7 @@ crowded star fields.")
 (define-public siril
   (package
     (name "siril")
-    (version "1.2.1")
+    (version "1.2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1393,7 +1393,7 @@ crowded star fields.")
                     (commit version)))
               (sha256
                (base32
-                "1lc6ga1n18br43rlj8qmg23chfniyvjz3vx73km6sv171z4c2fwy"))
+                "0gkd8w2bpwq4ibl3vawx008yrm5k6zlj77lp98fflffcf7cj8hr5"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list cmake git glib libconfig pkg-config))

Reply via email to