1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: prison: Update to 6.10.0.

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

Change-Id: I6d3788281377ea50635a2e21303d45b7cf30230a
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:25 +08:00 committed by Zheng Junjie
parent 60218e15cf
commit 495834d341
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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