gnu: prison: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (prison): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
66793f1b08
commit
fd263e5e79
1 changed files with 2 additions and 2 deletions
|
@ -1323,7 +1323,7 @@ which are used in DBus communication.")
|
||||||
(define-public prison
|
(define-public prison
|
||||||
(package
|
(package
|
||||||
(name "prison")
|
(name "prison")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1331,7 +1331,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 "1ppqm1f06q8fc1ncvzn9a133npmvlh1qxgvvbpwn6m0a8cr7ac6w"))))
|
(base32 "1pn62pd7jy589z9y5r00m8d5rcqvrbskyr4a2yyfs24xv21x8lw4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Reference in a new issue