guix-commits
[Top][All Lists]
Advanced

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

35/126: gnu: kauth: Update to 6.4.0.


From: guix-commits
Subject: 35/126: gnu: kauth: Update to 6.4.0.
Date: Thu, 1 Aug 2024 11:46:33 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 7a443b21dbeea4dc8848623e0e376cef757c5c74
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 00:24:48 2024 +0800

    gnu: kauth: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (kauth): Update to 6.4.0.
    
    Change-Id: I2ae94b6de53d1523835e7e13f545ee554da652ec
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index de2c6e8ec1..f1cf237e7d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2229,7 +2229,7 @@ with other frameworks.")
 (define-public kauth
   (package
     (name "kauth")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2238,7 +2238,7 @@ with other frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1d9kmxbb3rx4nx1yq0crywirmnnp8qvhs2pdng7s49pqdy0kdkzb"))))
+                "1kpi5yn9097wn01m1psmbsfjzns4188h5fkpl3rhlrywvq2y5605"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules qttools))



reply via email to

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