gnu: screengrab: Update to 2.6.0.

* gnu/packages/lxqt.scm (screengrab): Update to 2.6.0.
This commit is contained in:
宋文武 2023-04-27 20:59:13 +08:00
parent e6e7acb3d7
commit be58e76b20
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1030,14 +1030,14 @@ (define-public qterminal
(define-public screengrab
(package
(name "screengrab")
(version "2.5.0")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
version "/screengrab-" version ".tar.xz"))
(sha256
(base32 "0jqzpx44x2hbl5yvlx7md9zg2qrnchh54lbbmk8nmgrsa2wps9rv"))))
(base32 "0xc004h7i2hnl3jj4p8v6wkqav2v07k1mzdvys3ya171z4ffmc9j"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))