gnu: screengrab: Update to 2.6.0.
* gnu/packages/lxqt.scm (screengrab): Update to 2.6.0.master
parent
e6e7acb3d7
commit
be58e76b20
|
@ -1030,14 +1030,14 @@ QTermWidget.")
|
||||||
(define-public screengrab
|
(define-public screengrab
|
||||||
(package
|
(package
|
||||||
(name "screengrab")
|
(name "screengrab")
|
||||||
(version "2.5.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
|
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
|
||||||
version "/screengrab-" version ".tar.xz"))
|
version "/screengrab-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jqzpx44x2hbl5yvlx7md9zg2qrnchh54lbbmk8nmgrsa2wps9rv"))))
|
(base32 "0xc004h7i2hnl3jj4p8v6wkqav2v07k1mzdvys3ya171z4ffmc9j"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
||||||
|
|
Reference in New Issue