summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-09-22 17:47:31 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-10-02 10:54:14 +0000
commit228dd848ac859f4ec9ddd86fbcead942d33c4f78 (patch)
tree7ab8db64e167322fa70592880acea27b4610c81d /gnu/packages
parent22eaafa267d687d112ed4754282911ce74c41f46 (diff)
downloadguix-patches-228dd848ac859f4ec9ddd86fbcead942d33c4f78.tar
guix-patches-228dd848ac859f4ec9ddd86fbcead942d33c4f78.tar.gz
gnu: gnome-screenshot: Update to 40.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 40.0. [source]: Update the URI. [inputs]: Add libhandy.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1cb7c4f10b..515cc367d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9080,16 +9080,16 @@ can add your own files to the collection.")
(define-public gnome-screenshot
(package
(name "gnome-screenshot")
- (version "3.34.0")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8"))))
+ "1qm544ymwibk31s30k47vnn79xg30m18r7l4di0c57g375dak31n"))))
(build-system meson-build-system)
(arguments
'(#:phases
@@ -9109,6 +9109,7 @@ can add your own files to the collection.")
(inputs
`(("gtk+" ,gtk+)
("libcanberra" ,libcanberra)
+ ("libhandy" ,libhandy)
("libx11" ,libx11)
("libxext" ,libxext)))
(home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")