guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/35: gnu: pcmanfm: Update to 1.3.2.


From: guix-commits
Subject: 11/35: gnu: pcmanfm: Update to 1.3.2.
Date: Wed, 3 Mar 2021 18:45:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ebbe8565164894bcdb5732bab1b151fd0b0b3a8d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 20:20:58 2021 +0100

    gnu: pcmanfm: Update to 1.3.2.
    
    * gnu/packages/lxde.scm (pcmanfm): Update to 1.3.2.
---
 gnu/packages/lxde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 440138c..8eed3f5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]