guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/46: gnu: siril: Update to 1.2.1.


From: guix-commits
Subject: 07/46: gnu: siril: Update to 1.2.1.
Date: Tue, 27 Feb 2024 17:55:14 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 991e41553cdefe9192e4899b7323fbb34f56a269
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 17:03:24 2024 +0000

    gnu: siril: Update to 1.2.1.
    
    * gnu/packages/astronomy.scm (siril): Update to 1.2.1.
    
    Change-Id: I52492a51ad5205914b9bfa930db22809b968e5a7
---
 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 52ae2410e7..5919393869 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1094,7 +1094,7 @@ crowded star fields.")
 (define-public siril
   (package
     (name "siril")
-    (version "1.2.0")
+    (version "1.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1102,7 +1102,7 @@ crowded star fields.")
                     (commit version)))
               (sha256
                (base32
-                "0ss1m9w4cz1752vp5738057nzmqc6k7fc9pi6kr9cwgspi1haall"))
+                "1lc6ga1n18br43rlj8qmg23chfniyvjz3vx73km6sv171z4c2fwy"))
               (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

[Prev in Thread] Current Thread [Next in Thread]