gnu: gnome-screenshot: Update to 40.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 40.0. [source]: Update the URI. [inputs]: Add libhandy.
This commit is contained in:
parent
22eaafa267
commit
228dd848ac
@ -9080,16 +9080,16 @@ can add your own files to the collection.")
|
|||||||
(define-public gnome-screenshot
|
(define-public gnome-screenshot
|
||||||
(package
|
(package
|
||||||
(name "gnome-screenshot")
|
(name "gnome-screenshot")
|
||||||
(version "3.34.0")
|
(version "40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8"))))
|
"1qm544ymwibk31s30k47vnn79xg30m18r7l4di0c57g375dak31n"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
@ -9109,6 +9109,7 @@ can add your own files to the collection.")
|
|||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
("libcanberra" ,libcanberra)
|
("libcanberra" ,libcanberra)
|
||||||
|
("libhandy" ,libhandy)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)))
|
("libxext" ,libxext)))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
|
(home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
|
||||||
|
Loading…
Reference in New Issue
Block a user