guix-commits
[Top][All Lists]
Advanced

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

44/76: gnu: kapidox: Update to 6.8.0.


From: guix-commits
Subject: 44/76: gnu: kapidox: Update to 6.8.0.
Date: Thu, 28 Nov 2024 06:37:51 -0500 (EST)

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

commit 78c38fc631e99b542ab842ce821071a6677f3ed4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 23:56:17 2024 +0800

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



reply via email to

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