[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/332: gnu: kapidox: Update to 5.108.0.
From: |
guix-commits |
Subject: |
08/332: gnu: kapidox: Update to 5.108.0. |
Date: |
Wed, 2 Aug 2023 10:36:36 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 0b1b28d13c7f9cec4c95d7f677fb6a2be70a1cc0
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 10:28:16 2023 +0800
gnu: kapidox: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kapidox): Update to 5.108.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a8b49bb602..030574eb0f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -409,7 +409,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
(define-public kapidox
(package
(name "kapidox")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -418,10 +418,10 @@ It is the default icon theme for the KDE Plasma 5
desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1k2qk8ibv5dqdhkn2992n8rlmslpmngz83hxb7zrh3pkphdg8v2n"))))
+ "1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
(build-system python-build-system)
(arguments
- `(#:tests? #f ; has no test target
+ `(#:tests? #f ; test need network
#:phases (modify-phases %standard-phases
(delete 'sanity-check)))) ;its insane.
(propagated-inputs
- branch kde-updates created (now 56953354df), guix-commits, 2023/08/02
- 03/332: gnu: kquickcharts: Update to 5.108.0., guix-commits, 2023/08/02
- 06/332: gnu: bluez-qt: Update to 5.108.0., guix-commits, 2023/08/02
- 04/332: gnu: attica: Update to 5.108.0., guix-commits, 2023/08/02
- 08/332: gnu: kapidox: Update to 5.108.0.,
guix-commits <=
- 01/332: gnu: extra-cmake-modules: Update to 5.108.0., guix-commits, 2023/08/02
- 09/332: gnu: kapidox: Use G-expressions., guix-commits, 2023/08/02
- 18/332: gnu: kwidgetsaddons: Update to 5.108.0., guix-commits, 2023/08/02
- 19/332: gnu: kwidgetsaddons: Use G-expressions., guix-commits, 2023/08/02
- 11/332: gnu: kcalendarcore: Update to 5.108.0., guix-commits, 2023/08/02
- 05/332: gnu: attica: Use G-expressions., guix-commits, 2023/08/02
- 12/332: gnu: kcalendarcore: Use G-expressions., guix-commits, 2023/08/02
- 07/332: gnu: breeze-icons: Update to 5.108.0., guix-commits, 2023/08/02
- 02/332: gnu: kconfig: Update to 5.108.0., guix-commits, 2023/08/02
- 15/332: gnu: kcoreaddons: Use G-expressions., guix-commits, 2023/08/02