diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-13 14:54:52 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-20 11:50:50 +0800 |
commit | 01f3301e333460b3a5850471be6f6cf3b91b985e (patch) | |
tree | 2f6453c5064c9f6987cb290ff708a56c4bb6d501 | |
parent | 5e4a4e5ac5a1d7c33e97ab6b65e58d2f21aecf7c (diff) | |
download | guix-01f3301e333460b3a5850471be6f6cf3b91b985e.tar.gz guix-01f3301e333460b3a5850471be6f6cf3b91b985e.zip |
gnu: kauth: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kauth): Update to 6.5.0.
Change-Id: I201d409780e583ba4eb7ba08a6ebedb5bbb2fb3f
-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 d49b5532f8..0042993f97 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2229,7 +2229,7 @@ with other frameworks.") (define-public kauth (package (name "kauth") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -2238,7 +2238,7 @@ with other frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "1kpi5yn9097wn01m1psmbsfjzns4188h5fkpl3rhlrywvq2y5605")))) + "156kb1in1jqdpr516k6c0wp5cldpjh447mr08kdms76s16jigx8s")))) (build-system cmake-build-system) (native-inputs (list dbus extra-cmake-modules qttools)) |