[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 03/23] gnu: Update prison to 5.37.0.
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 03/23] gnu: Update prison to 5.37.0. |
Date: |
Fri, 6 Oct 2017 14:16:16 +0200 |
Align with the version of other kde-frameworks packages.
* gnu/package/kde-frameworks.scm (prision): Update to 5.37.0
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a503226d6..51eee8a28 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1223,7 +1223,7 @@ system.")
(define-public prison
(package
(name "prison")
- (version "5.34.0")
+ (version "5.37.0")
(source
(origin
(method url-fetch)
@@ -1231,7 +1231,7 @@ system.")
(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)))
--
2.13.5
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 03/23] gnu: Update prison to 5.37.0.,
Hartmut Goebel <=
- [bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 01/23] gnu: grantlee: Enable all tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 05/23] gnu: kconfigwidgets: Add optional native-input kdoctools., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 06/23] gnu: kwallet: Add optional input qgpgme., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 12/23] gnu: bluez-qt: Add comment about status of tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 10/23] gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/06