summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRene Saavedra <rennes@openmailbox.org>2016-08-24 21:39:58 -0500
committer宋文武 <iyzsong@gmail.com>2016-08-25 19:12:14 +0800
commit8930fe62f075db59218df61d3fb7a900f6b71f7b (patch)
tree014d392511d27f91ea65a61d1ae29ca5f4717fa1 /gnu/packages/gnome.scm
parent2205ce5ca1efc299a52e48bc3d8f75241ae126e2 (diff)
gnu: gnome-screenshot: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1. Signed-off-by: 宋文武 <iyzsong@gmail.com>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8853df55ff..f4488c929b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4951,7 +4951,7 @@ can add your own files to the collection.")
(define-public gnome-screenshot
(package
(name "gnome-screenshot")
- (version "3.18.0")
+ (version "3.20.1")
(source
(origin
(method url-fetch)
@@ -4960,7 +4960,7 @@ can add your own files to the collection.")
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.