mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: gnome-screenshot: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.32.0.
This commit is contained in:
parent
3cafb9d4df
commit
6acf403364
1 changed files with 2 additions and 2 deletions
|
@ -6896,7 +6896,7 @@ (define-public gnome-backgrounds
|
||||||
(define-public gnome-screenshot
|
(define-public gnome-screenshot
|
||||||
(package
|
(package
|
||||||
(name "gnome-screenshot")
|
(name "gnome-screenshot")
|
||||||
(version "3.30.0")
|
(version "3.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6905,7 +6905,7 @@ (define-public gnome-screenshot
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06dx3svxq6sar4913mrz5lzb7hmc66wck138vmyxj8x8iv1iw0w8"))))
|
"09ha7dizjm5ymqpjyrqd10ijfb3xlqc1mwg9ajkrbfry11q9yq4b"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||||
|
|
Loading…
Reference in a new issue