guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fbbb7123474fa111a725a3c5b6a7ab55bf78766b
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:26 2026 +0800

    gnu: libfm-qt: Update to 2.3.1.
    
    * gnu/packages/lxqt.scm (libfm-qt): Update to 2.3.1.
    
    Change-Id: I4950437ec2b3ac50a433ed194c23e7048335f061
---
 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 a194f4cb7c..120d4dbb65 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -783,14 +783,14 @@ for LXQt.")
 (define-public libfm-qt
   (package
     (name "libfm-qt")
-    (version "2.2.0")
+    (version "2.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1a8k8df38mf9bcdr6a44vjz15p84v3l33af485zlyhngrxpsi2jd"))))
+        (base32 "09cxa4z88gklqdc9skl3d9ppnmcpqsva8q6wrvixfsp8nggap0n5"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no tests

Reply via email to