guix-commits
[Top][All Lists]
Advanced

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

02/31: gnu: libqtxdg: Update to 3.9.1.


From: guix-commits
Subject: 02/31: gnu: libqtxdg: Update to 3.9.1.
Date: Sun, 21 Aug 2022 21:06:17 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit e14150705467a3af9a35def31d11e7a8b2ad06a8
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 17 10:17:36 2022 +0800

    gnu: libqtxdg: Update to 3.9.1.
    
    * gnu/packages/lxqt.scm (libqtxdg): Update to 3.9.1.
---
 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 29ed90a462..d2f9cc89ac 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -178,7 +178,7 @@ itself as well as other components maintained by the LXQt 
project.")
 (define-public libqtxdg
   (package
     (name "libqtxdg")
-    (version "3.7.1")
+    (version "3.9.1")
     (source
      (origin
        (method url-fetch)
@@ -186,7 +186,7 @@ itself as well as other components maintained by the LXQt 
project.")
              "https://github.com/lxqt/libqtxdg/releases/download/";
              version "/libqtxdg-" version ".tar.xz"))
        (sha256
-        (base32 "16wav2b948c837cpbvdr6hs1zifwrpdk3yjvbzzp2l1hndvbwz27"))))
+        (base32 "1kh4hv59bkjifq20ksh1mizf9mp7x30v6fpwccr45mi7hasqvvfi"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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