me
/
guix
Archived
1
0
Fork 0

gnu: screengrab: Update to 2.6.0.

* gnu/packages/lxqt.scm (screengrab): Update to 2.6.0.
master
宋文武 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
1 changed files with 2 additions and 2 deletions

View File

@ -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))