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
parent
4979d4e511
commit
8878369e45
|
@ -1013,14 +1013,14 @@ components to build desktop file managers which belongs to LXDE.")
|
||||||
(define-public pcmanfm-qt
|
(define-public pcmanfm-qt
|
||||||
(package
|
(package
|
||||||
(name "pcmanfm-qt")
|
(name "pcmanfm-qt")
|
||||||
(version "0.15.1")
|
(version "0.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1izc60hrc16sv2ig9psr3br9iq8nln6a2ycfspzycgpk8rh0f6jd"))))
|
(base32 "1axs7dnh2z08ygy28iipfbgfck15k2i2pwlf0v8d8axjrmavzb3l"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libfm-qt" ,libfm-qt)
|
`(("libfm-qt" ,libfm-qt)
|
||||||
|
|
Reference in New Issue