me
/
guix
Archived
1
0
Fork 0

gnu: lximage-qt: Update to 1.1.0.

* gnu/packages/lxqt.scm (lximage-qt): Update to 1.1.0.
宋文武 2022-08-17 11:11:38 +08:00
parent eae4a0a2c8
commit 5ea35545c1
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -903,14 +903,14 @@ manager Compton.")
(define-public lximage-qt
(package
(name "lximage-qt")
(version "0.17.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "0g6hs41xfw2ghhwpj0rqr2ciri0x9v984689yrnmnvah88zlya1f"))))
(base32 "0nal8n7nmkafapdbcs9c8rk313md2fak4xjl9m56n10dxcjpi2wb"))))
(build-system cmake-build-system)
(inputs
(list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))