gnu: gnome-screenshot: Update to 3.32.0.

* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.32.0.
This commit is contained in:
Kei Kebreau 2019-07-24 19:36:21 -04:00
parent 3cafb9d4df
commit 6acf403364
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -6896,7 +6896,7 @@ (define-public gnome-backgrounds
(define-public gnome-screenshot
(package
(name "gnome-screenshot")
(version "3.30.0")
(version "3.32.0")
(source
(origin
(method url-fetch)
@ -6905,7 +6905,7 @@ (define-public gnome-screenshot
name "-" version ".tar.xz"))
(sha256
(base32
"06dx3svxq6sar4913mrz5lzb7hmc66wck138vmyxj8x8iv1iw0w8"))))
"09ha7dizjm5ymqpjyrqd10ijfb3xlqc1mwg9ajkrbfry11q9yq4b"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.