1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: kauth: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kauth): Update to 6.5.0.

Change-Id: I201d409780e583ba4eb7ba08a6ebedb5bbb2fb3f
This commit is contained in:
Zheng Junjie
2024-08-13 14:54:52 +08:00
parent 5e4a4e5ac5
commit 01f3301e33
+2 -2
View File
@@ -2229,7 +2229,7 @@ with other frameworks.")
(define-public kauth (define-public kauth
(package (package
(name "kauth") (name "kauth")
(version "6.4.0") (version "6.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@@ -2238,7 +2238,7 @@ with other frameworks.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1kpi5yn9097wn01m1psmbsfjzns4188h5fkpl3rhlrywvq2y5605")))) "156kb1in1jqdpr516k6c0wp5cldpjh447mr08kdms76s16jigx8s"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list dbus extra-cmake-modules qttools)) (list dbus extra-cmake-modules qttools))