diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:26:03 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:32 -0500 |
commit | efa355bceb078a16b4804d443c8e1dfc67c048d8 (patch) | |
tree | fb2ed813130646922322195eb99c73b9777a2247 /gnu/packages/gnome.scm | |
parent | 4b8aae4177eea524e8f0a3a252fbb5a10acce234 (diff) |
gnu: gnome-screenshot: Update to 3.22.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.22.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 710dd2ca16..fd71e20c1b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5025,7 +5025,7 @@ can add your own files to the collection.") (define-public gnome-screenshot (package (name "gnome-screenshot") - (version "3.20.1") + (version "3.22.0") (source (origin (method url-fetch) @@ -5034,7 +5034,7 @@ can add your own files to the collection.") name "-" version ".tar.xz")) (sha256 (base32 - "0hz1ywgb5vbfqr0p0cr20hmz5b11msyi3psanszdnv0lhxl9pa06")))) + "0c02n1hgv21m4082jx399b1yazsc0cr07ba8k0pv8v3w7i5z21ca")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc. |