aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 11:33:16 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 20:54:07 -0500
commit4c1c2c4f9c01fbd62f618b87cb28388ca4d74691 (patch)
tree16dca227a3e4d157bd8e1625b52de14b9e7a0837 /gnu/packages/kde-frameworks.scm
parent13a4368b46e57d25c6a1804733337c4e26fe99fe (diff)
downloadguix-4c1c2c4f9c01fbd62f618b87cb28388ca4d74691.tar.gz
guix-4c1c2c4f9c01fbd62f618b87cb28388ca4d74691.zip
gnu: prison: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (prison): Update to 5.114.0. Change-Id: I7ccbbd88f7081c9ee5b8e9cd12f8983c30c7be61
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 09ddb5b693..e044a25bfc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1361,7 +1361,7 @@ which are used in DBus communication.")
(define-public prison
(package
(name "prison")
- (version "5.108.0")
+ (version "5.114.0")
(source
(origin
(method url-fetch)
@@ -1369,7 +1369,7 @@ which are used in DBus communication.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1pn62pd7jy589z9y5r00m8d5rcqvrbskyr4a2yyfs24xv21x8lw4"))))
+ (base32 "1wbr1lryxmrx65ilq1bhqsdhhikrih977nhpb02fq0cqnvv7v9i7"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))