gnu: prison: Update to 6.13.0.

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

Change-Id: If13ad77150180213312873736e804031c7248c0f
This commit is contained in:
宋文武 2025-05-04 14:10:11 +08:00 committed by Andreas Enge
parent a1b10ab53f
commit 24e8452cc7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1902,7 +1902,7 @@ which are used in DBus communication.")
(define-public prison (define-public prison
(package (package
(name "prison") (name "prison")
(version "6.10.0") (version "6.13.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1910,7 +1910,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 "0yrcc1ry5qlabaja82d7m6qm6d3qci3b0mh6is7q2355xjaz785l")))) (base32 "1q8303vnh02b8s3x2p5lxazw1d91qsypl4c31k5xmw97khl6xi13"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))