gnu: gnome-screenshot: Update to 3.30.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.30.0. [home-page]: Update URI.
This commit is contained in:
parent
00b14dbb09
commit
676e7cb4fa
|
@ -6385,7 +6385,7 @@ 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.26.0")
|
(version "3.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6394,7 +6394,7 @@ can add your own files to the collection.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fy8fjl29i3xhj8caik03d3za06x96xgkk8r4fwz88iqbmci3g0v"))))
|
"06dx3svxq6sar4913mrz5lzb7hmc66wck138vmyxj8x8iv1iw0w8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||||
|
@ -6408,7 +6408,7 @@ can add your own files to the collection.")
|
||||||
("libcanberra" ,libcanberra)
|
("libcanberra" ,libcanberra)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)))
|
("libxext" ,libxext)))
|
||||||
(home-page "https://git.gnome.org/browse/gnome-screenshot")
|
(home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
|
||||||
(synopsis "Take pictures of your screen")
|
(synopsis "Take pictures of your screen")
|
||||||
(description
|
(description
|
||||||
"GNOME Screenshot is a utility used for taking screenshots of the entire
|
"GNOME Screenshot is a utility used for taking screenshots of the entire
|
||||||
|
|
Loading…
Reference in New Issue