gnu: kauth: Update to 6.10.0.

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

Change-Id: I3cc865795ad5743fbc72f0bfa2833f112fedc6be
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:26 +08:00
parent cfb30306c7
commit b2e44e5bd9
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2245,7 +2245,7 @@ with other frameworks.")
(define-public kauth
(package
(name "kauth")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2254,7 +2254,7 @@ with other frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
"156kb1in1jqdpr516k6c0wp5cldpjh447mr08kdms76s16jigx8s"))))
"1209y4fnsrb1alwkhbd80ybqrsx12cjvwcbj967a8adij4dn09dy"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules qttools))