guix-commits
[Top][All Lists]
Advanced

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

16/92: gnu: kguiaddons: Update to 5.114.0.


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

apteryx pushed a commit to branch master
in repository guix.

commit 51ffddf04b60a218b79ed2597c0368303be2e7a3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:10 2024 -0500

    gnu: kguiaddons: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kguiaddons): Update to 5.114.0.
    
    Change-Id: I83c5d479f8b5136fce53ad5f7949a34d6be4ac2c
---
 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 a471167b36..d3ac4e77fb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -795,7 +795,7 @@ replace the other outdated Graphviz tools.")
 (define-public kguiaddons
   (package
     (name "kguiaddons")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -804,7 +804,7 @@ replace the other outdated Graphviz tools.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "01yfv2ybqi894g7d1fy584x0nbmqlm7vi0b998zc52233blh8j51"))))
+                "0riya9plcz9c1ndhdbsradssndshbm12705swn7vf7am17n7f947"))))
     (build-system qt-build-system)
     ;; TODO: Build packages for the Python bindings.  Ideally this will be
     ;; done for all versions of python guix supports.  Requires python,



reply via email to

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