me
/
guix
Archived
1
0
Fork 0

gnu: gnome-screenshot: Update to 3.22.0.

* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.22.0.
master
Mark H Weaver 2017-01-09 04:26:03 -05:00
parent 4b8aae4177
commit efa355bceb
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -5025,7 +5025,7 @@ can add your own files to the collection.")
(define-public gnome-screenshot (define-public gnome-screenshot
(package (package
(name "gnome-screenshot") (name "gnome-screenshot")
(version "3.20.1") (version "3.22.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5034,7 +5034,7 @@ can add your own files to the collection.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hz1ywgb5vbfqr0p0cr20hmz5b11msyi3psanszdnv0lhxl9pa06")))) "0c02n1hgv21m4082jx399b1yazsc0cr07ba8k0pv8v3w7i5z21ca"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc. `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.