guix-commits
[Top][All Lists]
Advanced

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

32/92: gnu: prison: Update to 5.114.0.


From: guix-commits
Subject: 32/92: gnu: prison: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:16 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 4c1c2c4f9c01fbd62f618b87cb28388ca4d74691
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:16 2024 -0500

    gnu: prison: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (prison): Update to 5.114.0.
    
    Change-Id: I7ccbbd88f7081c9ee5b8e9cd12f8983c30c7be61
---
 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 09ddb5b693..e044a25bfc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1361,7 +1361,7 @@ which are used in DBus communication.")
 (define-public prison
   (package
     (name "prison")
-    (version "5.108.0")
+    (version "5.114.0")
     (source
      (origin
        (method url-fetch)
@@ -1369,7 +1369,7 @@ which are used in DBus communication.")
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1pn62pd7jy589z9y5r00m8d5rcqvrbskyr4a2yyfs24xv21x8lw4"))))
+        (base32 "1wbr1lryxmrx65ilq1bhqsdhhikrih977nhpb02fq0cqnvv7v9i7"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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