gnu: kauth: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kauth): Update to 6.4.0. Change-Id: I2ae94b6de53d1523835e7e13f545ee554da652ecmaster
parent
5cf561c219
commit
7a443b21db
|
@ -2229,7 +2229,7 @@ with other frameworks.")
|
||||||
(define-public kauth
|
(define-public kauth
|
||||||
(package
|
(package
|
||||||
(name "kauth")
|
(name "kauth")
|
||||||
(version "6.3.0")
|
(version "6.4.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
|
||||||
"1d9kmxbb3rx4nx1yq0crywirmnnp8qvhs2pdng7s49pqdy0kdkzb"))))
|
"1kpi5yn9097wn01m1psmbsfjzns4188h5fkpl3rhlrywvq2y5605"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue