1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

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 committed by Zheng Junjie
parent 8f8140d638
commit f01b25496d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2221,7 +2221,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
@ -2230,7 +2230,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))