me
/
guix
Archived
1
0
Fork 0

gnu: gnome-screenshot: Update to 3.20.1.

* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1.
master
宋文武 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
1 changed files with 2 additions and 2 deletions

View File

@ -4969,7 +4969,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.18.0") (version "3.20.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4978,7 +4978,7 @@ can add your own files to the collection.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hc8m435q7yzvrw7jpi53kaxpmrd9w59sm7c5wibh2ng9azlv9pb")))) "0hz1ywgb5vbfqr0p0cr20hmz5b11msyi3psanszdnv0lhxl9pa06"))))
(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.