gnu: prison: Update to 6.5.0.

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

Change-Id: I817e92acf265a29d680e1b117a12f744763cc776
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:51 +08:00
parent 39197597a9
commit e45bf1efac
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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