diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-27 17:03:24 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-27 22:51:56 +0000 |
commit | 991e41553cdefe9192e4899b7323fbb34f56a269 (patch) | |
tree | 1971b7024e85c01236d851928edbf5c75dc1018a | |
parent | 63bcebd90e092aed9b5014cff1660d9ac83cbce7 (diff) |
gnu: siril: Update to 1.2.1.
* gnu/packages/astronomy.scm (siril): Update to 1.2.1.
Change-Id: I52492a51ad5205914b9bfa930db22809b968e5a7
-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 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)) |