mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: kapidox: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kapidox): Update to 5.114.0. Change-Id: Ie09ef507ba6f990f5c47880653b2ac27dec97ce3
This commit is contained in:
parent
c3cb6eb740
commit
f2d338f8eb
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ (define-public breeze-icons
|
|||
(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 @@ (define-public kapidox
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
|
||||
"0xxw3lvipyax8r1af3ypwjj6waarbp2z9n11fjb4kvyigsypglmb"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; test need network
|
||||
|
|
Loading…
Reference in a new issue