gnu: gnome-screenshot: Update to 3.20.1.

* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1.
This commit is contained in:
宋文武 2016-08-22 22:05:25 +08:00
parent 2630311de7
commit 8bc26f4bd6
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -4969,7 +4969,7 @@ (define-public gnome-backgrounds
(define-public gnome-screenshot
(package
(name "gnome-screenshot")
(version "3.18.0")
(version "3.20.1")
(source
(origin
(method url-fetch)
@ -4978,7 +4978,7 @@ (define-public gnome-screenshot
name "-" version ".tar.xz"))
(sha256
(base32
"0hc8m435q7yzvrw7jpi53kaxpmrd9w59sm7c5wibh2ng9azlv9pb"))))
"0hz1ywgb5vbfqr0p0cr20hmz5b11msyi3psanszdnv0lhxl9pa06"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.