guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7026f9777c7a4a27ef982497d53576d9b5956115
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:49 2025 +0800

    gnu: pcmanfm-qt: Update to 2.2.0.
    
    * gnu/packages/lxqt.scm (pcmanfm-qt): Update to 2.2.0.
    
    Change-Id: I74585f223a736a2e5e81c6afdedca347278285fb
---
 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 ead0a29fae..ed28ca5c6d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -809,14 +809,14 @@ components to build desktop file managers which belongs 
to LXDE.")
 (define-public pcmanfm-qt
   (package
     (name "pcmanfm-qt")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0kvbw1slbcism42rqn09h1q3dirq44g8h3azg1vc86zs3mbqcd76"))))
+        (base32 "13xyl7xvv8qy35gfmjbq6ahqzq7xjn7j6336njhsvj82ipxfmvm5"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to