civodul pushed a commit to branch master
in repository guix.
commit 8878369e453dfd52d8ca9df2f7bb6fbd326d8b58
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:06:04 2021 +1000
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 <[email protected]>
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index a52a986..b01c3a7 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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)