me
/
guix
Archived
1
0
Fork 0

gnu: pcmanfm-qt: Update to 0.17.0.

* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 0.17.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brendan Tildesley 2021-05-17 00:06:04 +10:00 committed by Ludovic Courtès
parent 4979d4e511
commit 8878369e45
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1013,14 +1013,14 @@ components to build desktop file managers which belongs to LXDE.")
(define-public pcmanfm-qt
(package
(name "pcmanfm-qt")
(version "0.15.1")
(version "0.17.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1izc60hrc16sv2ig9psr3br9iq8nln6a2ycfspzycgpk8rh0f6jd"))))
(base32 "1axs7dnh2z08ygy28iipfbgfck15k2i2pwlf0v8d8axjrmavzb3l"))))
(build-system cmake-build-system)
(inputs
`(("libfm-qt" ,libfm-qt)