diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:05:25 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:59 +0800 |
commit | 8bc26f4bd649c43c5c42ab03baa0a183529f5153 (patch) | |
tree | fd83ab9fe32977539bf3e526b3976bc08ee1e141 /gnu/packages/gnome.scm | |
parent | 2630311de7741f7f8487d115208214fccec9d4f0 (diff) | |
download | guix-8bc26f4bd649c43c5c42ab03baa0a183529f5153.tar.gz |
gnu: gnome-screenshot: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1.
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 95d9506712..bd0f8814b9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4969,7 +4969,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) @@ -4978,7 +4978,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. |