guix-commits
[Top][All Lists]
Advanced

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

06/71: gnu: kapidox: Update to 6.5.0.


From: guix-commits
Subject: 06/71: gnu: kapidox: Update to 6.5.0.
Date: Tue, 13 Aug 2024 03:01:25 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

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

    gnu: kapidox: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (kapidox): Update to 6.5.0.
    
    Change-Id: I600cc38c26cac95ffddf6d582b1ed0909fa9731a
---
 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 da9f804948..dff9009b45 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -462,7 +462,7 @@ It is the default icon theme for the KDE Plasma desktop.")
 (define-public kapidox
   (package
     (name "kapidox")
-    (version "6.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -471,7 +471,7 @@ It is the default icon theme for the KDE Plasma desktop.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08zvhhk208zszpx504mbq0nyjy1kffa0lmalnva7z32si8kx2q0w"))))
+                "18d3c2c9si71hic816gkdhayabi0sa5b874hk1wrhx0l44i2ym7j"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f ; test need network



reply via email to

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