guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: libfm-qt: Update to 2.2.0.
    
    * gnu/packages/lxqt.scm (libfm-qt): Update to 2.2.0.
    
    Change-Id: Ib6587fae2685e5cef93d654bdf00e24239f01fe1
---
 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 99493e80f4..ead0a29fae 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -781,14 +781,14 @@ for LXQt.")
 (define-public libfm-qt
   (package
     (name "libfm-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 "1mr93by010scy06kmpgmsvkabg7zn1f0mm9i7grm17mfv3hkx85z"))))
+        (base32 "1a8k8df38mf9bcdr6a44vjz15p84v3l33af485zlyhngrxpsi2jd"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no tests

Reply via email to