diff options
| author | Sughosha <sughosha@disroot.org> | 2025-12-24 14:40:37 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-01-30 20:53:40 +0530 |
| commit | b850973bb33355d1eae9e3f41a4dda2fc69a9866 (patch) | |
| tree | 491077e7c4b51a336072668f5d4697509ab50522 /gnu | |
| parent | d92b479fe3a773e15b9b2dbd62ecbf4f1715cb45 (diff) | |
gnu: kauth: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kauth): Update to 6.21.0.
Change-Id: I7666b5f080da9e13ac2e664040e94aa625b8595a
Diffstat (limited to 'gnu')
| -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 ec27889739..b063eb93ab 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2167,7 +2167,7 @@ with other frameworks.") (define-public kauth (package (name "kauth") - (version "6.19.0") + (version "6.21.0") (source (origin (method url-fetch) (uri (string-append @@ -2176,7 +2176,7 @@ with other frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "198s6z4va123k4vhnxf2wk6imnrggnlglmk3kd13l8prnyp66qzq")) + "16hila7vdw6v96mrd5j3kjlxkbsdbydx2pk2wfrjl31dni9xmi4s")) (modules '((guix build utils))) ;; Make packages using kauth put their policy files and helpers ;; into their own prefix. |
