gnu: Update prison to 5.37.0.
Align with the version of other kde-frameworks packages. * gnu/package/kde-frameworks.scm (prision): Update to 5.37.0
This commit is contained in:
parent
f8127d2644
commit
274365ca1c
|
@ -1223,7 +1223,7 @@ system.")
|
||||||
(define-public prison
|
(define-public prison
|
||||||
(package
|
(package
|
||||||
(name "prison")
|
(name "prison")
|
||||||
(version "5.34.0")
|
(version "5.37.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1231,7 +1231,7 @@ system.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00wj4yyfhhcq9b54civ5hy1grz70mmi676x50y12crcbbgkxm1lx"))))
|
(base32 "1icsirwfh7zscm8x9g2gp7aqzhs81ahhjflwjcwpz9bh0r9f1wb7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||||
|
|
Loading…
Reference in New Issue