aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-03 20:20:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:44:57 +0100
commitebbe8565164894bcdb5732bab1b151fd0b0b3a8d (patch)
treefe8033ab0d7ca0b4314faa774307dec1972bc596
parent242db527299f66474b97e301b31f7b70370577b0 (diff)
downloadguix-ebbe8565164894bcdb5732bab1b151fd0b0b3a8d.tar
guix-ebbe8565164894bcdb5732bab1b151fd0b0b3a8d.tar.gz
gnu: pcmanfm: Update to 1.3.2.
* gnu/packages/lxde.scm (pcmanfm): Update to 1.3.2.
-rw-r--r--gnu/packages/lxde.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 440138c3b8..8eed3f54e9 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -235,7 +235,7 @@ speed up the access to freedesktop.org defined application menus.")
(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 @@ speed up the access to freedesktop.org defined application menus.")
"%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