guix-commits
[Top][All Lists]
Advanced

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

03/27: gnu: qtxdg-tools: Update to 3.11.0.


From: guix-commits
Subject: 03/27: gnu: qtxdg-tools: Update to 3.11.0.
Date: Thu, 27 Apr 2023 09:27:40 -0400 (EDT)

iyzsong pushed a commit to branch lxqt-team
in repository guix.

commit 236c9e19b50f2e164b27cc9dafcd827b2edb9c67
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Apr 27 20:59:11 2023 +0800

    gnu: qtxdg-tools: Update to 3.11.0.
    
    * gnu/packages/lxqt.scm (qtxdg-tools): Update to 3.11.0.
---
 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 dbf164ed6b..1b4d2b6873 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -183,7 +183,7 @@ in Qt.")
 (define-public qtxdg-tools
   (package
     (name "qtxdg-tools")
-    (version "3.10.0")
+    (version "3.11.0")
     (source
      (origin
        (method url-fetch)
@@ -191,7 +191,7 @@ in Qt.")
              "https://github.com/lxqt/qtxdg-tools/releases/download/";
              version "/qtxdg-tools-" version ".tar.xz"))
        (sha256
-        (base32 "0iyn0s2mck948vzlmq6hk4p93i9z59h50z6m2kdhzv9ck2axvlik"))))
+        (base32 "05bfff9hl1fjy59j89cbxkmzf8yswazb0yz9r01a8a1fw4sh7br9"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no tests
     (propagated-inputs (list libqtxdg))



reply via email to

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