mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: kauth: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kauth): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
543032a888
commit
8c14f21e26
1 changed files with 2 additions and 2 deletions
|
@ -1545,7 +1545,7 @@ (define-public kactivities
|
||||||
(define-public kauth
|
(define-public kauth
|
||||||
(package
|
(package
|
||||||
(name "kauth")
|
(name "kauth")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1554,7 +1554,7 @@ (define-public kauth
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nzdvx2mibpq1cgzpll9ffjr46vch1qvriaywyqih0iybx6mx5z6"))))
|
"0xn0v1rzjsv1a856zcw9s9qkbfaq184663akc5rrapvvfcrm2vjz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules qttools-5))
|
(list dbus extra-cmake-modules qttools-5))
|
||||||
|
|
Loading…
Reference in a new issue