diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-20 00:24:45 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-01 23:44:38 +0800 |
commit | 899df38c3c6a60ec99a901534508d10f5255997c (patch) | |
tree | 6927b3c5de0a3abe63f4c96cca86b6249e1a979f /gnu/packages | |
parent | 4c2b3ec42a16e82a7642b1f103ecc21a2c84be71 (diff) | |
download | guix-899df38c3c6a60ec99a901534508d10f5255997c.tar guix-899df38c3c6a60ec99a901534508d10f5255997c.tar.gz |
gnu: kguiaddons: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.4.0.
Change-Id: I3e0d8d5a1855c0ef3b80387c2b6cfc5128ba5392
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index a09da664b6..912033952d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1045,7 +1045,7 @@ replace the other outdated Graphviz tools.") (define-public kguiaddons (package (name "kguiaddons") - (version "6.3.0") + (version "6.4.0") (source (origin (method url-fetch) (uri (string-append @@ -1054,7 +1054,7 @@ replace the other outdated Graphviz tools.") name "-" version ".tar.xz")) (sha256 (base32 - "009jvkakgb44ykz3920pj87kxh9jgbp9mdi654f77hqyq0grnlg1")))) + "04fgc8rgx1j3swf5pxh7cxdggsj3r0fffh90gm4y4nq9p3q5vhp1")))) (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, |