me
/
guix
Archived
1
0
Fork 0

gnu: gnome-screenshot: Update to 3.32.0.

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

View File

@ -6896,7 +6896,7 @@ can add your own files to the collection.")
(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 @@ can add your own files to the collection.")
name "-" version ".tar.xz"))
(sha256
(base32
"06dx3svxq6sar4913mrz5lzb7hmc66wck138vmyxj8x8iv1iw0w8"))))
"09ha7dizjm5ymqpjyrqd10ijfb3xlqc1mwg9ajkrbfry11q9yq4b"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.