mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01: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
|
(define-public kapidox
|
||||||
(package
|
(package
|
||||||
(name "kapidox")
|
(name "kapidox")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -422,7 +422,7 @@ (define-public kapidox
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
|
"0xxw3lvipyax8r1af3ypwjj6waarbp2z9n11fjb4kvyigsypglmb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; test need network
|
(list #:tests? #f ; test need network
|
||||||
|
|
Loading…
Reference in a new issue