summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-24 19:36:21 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:12 -0500
commit6acf40336446471f058fb04a19e46ac469405636 (patch)
treefcfdff25ee639263e42a8fc7e2eda51b05395be9 /gnu/packages/gnome.scm
parent3cafb9d4df519921a8e0c62395da043b1951783b (diff)
downloadpatches-6acf40336446471f058fb04a19e46ac469405636.tar
patches-6acf40336446471f058fb04a19e46ac469405636.tar.gz
gnu: gnome-screenshot: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.32.0.
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 b0f281cc08..07a78ebe09 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.