diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:20 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:44:03 +0530 |
| commit | 43b6555751abe9312333f31fe975d29a07aa4237 (patch) | |
| tree | a62f3dee13941bbfcee6a18518f07cafce8d9f70 | |
| parent | 98afc8df187458ca0c5c169266e1c990fe73e605 (diff) | |
gnu: kauth: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kauth): Update to 6.23.0.
Change-Id: I53de18672b65167cea6dd1c80d5f0c90bbd3a78c
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ba654a2d961..38edf4147dc 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2176,7 +2176,7 @@ with other frameworks.") (define-public kauth (package (name "kauth") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -2185,7 +2185,7 @@ with other frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "17vhn1mzb9wwbj6abk7ca2gb1fanjvxv5s0jcz6qc3180762h6yg")) + "16jyxfzzifwv8y6mpqm6li50qn570pah8rd28v1jcnpcpyf6j036")) (modules '((guix build utils))) ;; Make packages using kauth put their policy files and helpers ;; into their own prefix. |
