guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/29: gnu: Update prison to 5.37.0.


From: Hartmut Goebel
Subject: 09/29: gnu: Update prison to 5.37.0.
Date: Fri, 6 Oct 2017 08:15:06 -0400 (EDT)

htgoebel pushed a commit to branch wip-qt-paths
in repository guix.

commit 13f052fb4abdda6a1b6cc4509a8a356794e71083
Author: Hartmut Goebel <address@hidden>
Date:   Tue Sep 19 19:03:27 2017 +0200

    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
---
 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 a503226..51eee8a 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]