guix-commits
[Top][All Lists]
Advanced

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

84/127: gnu: prison: Update to 6.5.0.


From: guix-commits
Subject: 84/127: gnu: prison: Update to 6.5.0.
Date: Mon, 19 Aug 2024 23:53:02 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit e45bf1efacebefd25154fd8ec96498f2b7cbcb8d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 13 14:54:51 2024 +0800

    gnu: prison: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (prison): Update to 6.5.0.
    
    Change-Id: I817e92acf265a29d680e1b117a12f744763cc776
---
 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 78e9b81821..67fbdc3032 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1907,7 +1907,7 @@ which are used in DBus communication.")
 (define-public prison
   (package
     (name "prison")
-    (version "6.4.0")
+    (version "6.5.0")
     (source
      (origin
        (method url-fetch)
@@ -1915,7 +1915,7 @@ which are used in DBus communication.")
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "13gaaxglyxc80jr0wqx68kjchhs0p8nqx7z6fsl3c9p082vb0vnx"))))
+        (base32 "1fk7n07j57wgh1rqzh28xpc1fgij6mk0n4bh3vs8m63izg67vhdv"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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