guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 11b5e0d1c92b116d8ff33fe26ad975529eaec547
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 15:35:07 2025 +0800
gnu: prison: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (prison): Update to 6.16.0.
Change-Id: I7d5628a7303071b2a6c73571a4a2aac1fdeef422
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 858879da9f..10e5e9856c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1954,7 +1954,7 @@ which are used in DBus communication.")
(define-public prison
(package
(name "prison")
- (version "6.13.0")
+ (version "6.16.0")
(source
(origin
(method url-fetch)
@@ -1962,7 +1962,7 @@ which are used in DBus communication.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1q8303vnh02b8s3x2p5lxazw1d91qsypl4c31k5xmw97khl6xi13"))))
+ (base32 "0475wkb86qq7999vjdc7r9szz2vaasw540r9c15w6m807ag2narq"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))