diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-08-17 11:11:38 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-22 08:42:54 +0800 |
commit | 5ea35545c189b0357b66cf32a430d79d9d89e2eb (patch) | |
tree | 9b8367ff5eccdec8285f464f9912ee339330a0b6 /gnu/packages/lxqt.scm | |
parent | eae4a0a2c8b22b8eb2a86bf5f37e2d9832b3eb15 (diff) | |
download | guix-5ea35545c189b0357b66cf32a430d79d9d89e2eb.tar.gz |
gnu: lximage-qt: Update to 1.1.0.
* gnu/packages/lxqt.scm (lximage-qt): Update to 1.1.0.
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 4de5bd944c..65f5921f4e 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -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)) |