mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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>
This commit is contained in:
parent
f4093fb041
commit
2a071da179
1 changed files with 4 additions and 2 deletions
|
@ -1020,7 +1020,7 @@ (define-public sextractor
|
|||
(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 @@ (define-public siril
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue