diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-18 10:07:54 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:17 +0100 |
commit | ca5df4b60a166e2336c61de0b64f57a3bc294b8c (patch) | |
tree | 93ca8d36c4daf27ce72f81dd18878447b0f5c701 | |
parent | de7a85f24c711f0741042ae14a67b8271a972a1d (diff) | |
download | guix-ca5df4b60a166e2336c61de0b64f57a3bc294b8c.tar.gz guix-ca5df4b60a166e2336c61de0b64f57a3bc294b8c.zip |
gnu: siril: Update to 1.2.3.
* gnu/packages/astronomy.scm (siril): Update to 1.2.3.
Change-Id: If048907526767ccd1b3b92f9675458ae8e6371d3
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files 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)) |