diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-09 00:40:03 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-10-11 12:11:40 +0100 |
commit | 2a071da1794d0586a0e5af311566805e31b643cc (patch) | |
tree | 2074ade767107424b3d1e65116c6b3732196d3b7 /gnu/packages | |
parent | f4093fb0412e3250632682ab24256562eef87e3a (diff) | |
download | guix-2a071da1794d0586a0e5af311566805e31b643cc.tar.gz |
gnu: siril: Update to 1.2.0.
* gnu/packages/astronomy.scm (siril): Update to 1.2.0. [inputs]: Add ffms2, libheif. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 7c665cba4a..26bda594f6 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1020,7 +1020,7 @@ crowded star fields.") (define-public siril (package (name "siril") - (version "1.0.6") + (version "1.2.0") (source (origin (method git-fetch) (uri (git-reference @@ -1028,16 +1028,18 @@ crowded star fields.") (commit version))) (sha256 (base32 - "0iqxb5zmjyygg4b6lwlq8z82mngxg7kjjpahhzk52m0cypfq0l18")) + "0ss1m9w4cz1752vp5738057nzmqc6k7fc9pi6kr9cwgspi1haall")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs (list cmake git glib libconfig pkg-config)) (inputs (list cfitsio exiv2 + ffms2 fftwf gsl gtk+ json-glib + libheif libraw librtprocess opencv)) |