gnu: pcmanfm: Update to 1.3.2.

* gnu/packages/lxde.scm (pcmanfm): Update to 1.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-03 20:20:58 +01:00
parent 242db52729
commit ebbe856516
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -235,7 +235,7 @@ (define-public menu-cache
(define-public pcmanfm
(package
(name "pcmanfm")
(version "1.3.1")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pcmanfm/"
@ -243,7 +243,7 @@ (define-public pcmanfm
"%29/PCManFM/pcmanfm-" version ".tar.xz"))
(sha256
(base32
"0mb8hg76x1z0szdyl0w7jpz0bdblc6a29is1vvnh79z37qxh8138"))))
"1xqc2k2jh165mm81xg0ghxx0ml1s3rhh4ndvbzkcri4kfhj7pjql"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)
("gvfs" ,gvfs) ; for trash and mount support