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
1 changed files with 2 additions and 2 deletions

View File

@ -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)))