gnu: siril: Update to 1.2.1.

* gnu/packages/astronomy.scm (siril): Update to 1.2.1.

Change-Id: I52492a51ad5205914b9bfa930db22809b968e5a7
This commit is contained in:
Sharlatan Hellseher 2024-01-27 17:03:24 +00:00
parent 63bcebd90e
commit 991e41553c
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -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))