me
/
guix
Archived
1
0
Fork 0

gnu: prison: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (prison): Update to 6.4.0.

Change-Id: Ibf7cb09cc6b5c7028815daf212eea71f87fa0fb2
master
Zheng Junjie 2024-07-20 00:24:47 +08:00
parent af60839624
commit 45a03597be
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1907,7 +1907,7 @@ which are used in DBus communication.")
(define-public prison
(package
(name "prison")
(version "6.3.0")
(version "6.4.0")
(source
(origin
(method url-fetch)
@ -1915,7 +1915,7 @@ which are used in DBus communication.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "0imwniw2lpsjipzyx9vmwwdy370sg5zynh9gk9g1w1c7axr0g63n"))))
(base32 "13gaaxglyxc80jr0wqx68kjchhs0p8nqx7z6fsl3c9p082vb0vnx"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))