guix-commits
[Top][All Lists]
Advanced

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

07/92: gnu: kapidox: Update to 5.114.0.


From: guix-commits
Subject: 07/92: gnu: kapidox: Update to 5.114.0.
Date: Thu, 18 Jan 2024 20:59:59 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: kapidox: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kapidox): Update to 5.114.0.
    
    Change-Id: Ie09ef507ba6f990f5c47880653b2ac27dec97ce3
---
 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 5eae7dac51..d3fa3d3c17 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -413,7 +413,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
 (define-public kapidox
   (package
     (name "kapidox")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -422,7 +422,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
+                "0xxw3lvipyax8r1af3ypwjj6waarbp2z9n11fjb4kvyigsypglmb"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f ; test need network



reply via email to

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