guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 531c0a630fb673cd53d05ed43e53d6e274c60083
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:47 2025 +0800

    gnu: qtxdg-tools: Update to 4.2.0.
    
    * gnu/packages/lxqt.scm (qtxdg-tools): Update to 4.2.0.
    
    Change-Id: I138f650dd9741c2fbf7597c7e77bebf758755b32
---
 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 e5c6596e92..2b7f58e4c2 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -188,7 +188,7 @@ in Qt.")
 (define-public qtxdg-tools
   (package
     (name "qtxdg-tools")
-    (version "4.1.0")
+    (version "4.2.0")
     (source
      (origin
        (method url-fetch)
@@ -196,7 +196,7 @@ in Qt.")
              "https://github.com/lxqt/qtxdg-tools/releases/download/";
              version "/qtxdg-tools-" version ".tar.xz"))
        (sha256
-        (base32 "1dk6m6gyarnhjw42hdf2bpkfcdpb98dy28l2nmpj46h985v9pmfv"))))
+        (base32 "1bv3immy1idp7jc0csnjkiw8vvqkr8g84hnnvl6k8297g4vnwfjh"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no tests
     (propagated-inputs (list libqtxdg))

Reply via email to