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:
Hartmut Goebel 2017-09-19 19:03:27 +02:00
parent f8127d2644
commit 274365ca1c
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1223,7 +1223,7 @@ (define-public solid
(define-public prison
(package
(name "prison")
(version "5.34.0")
(version "5.37.0")
(source
(origin
(method url-fetch)
@ -1231,7 +1231,7 @@ (define-public prison
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "00wj4yyfhhcq9b54civ5hy1grz70mmi676x50y12crcbbgkxm1lx"))))
(base32 "1icsirwfh7zscm8x9g2gp7aqzhs81ahhjflwjcwpz9bh0r9f1wb7"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))