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>
This commit is contained in:
parent
3f3dd63729
commit
0b1b28d13c
1 changed files with 3 additions and 3 deletions
|
@ -409,7 +409,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
|
||||||
(define-public kapidox
|
(define-public kapidox
|
||||||
(package
|
(package
|
||||||
(name "kapidox")
|
(name "kapidox")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -418,10 +418,10 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k2qk8ibv5dqdhkn2992n8rlmslpmngz83hxb7zrh3pkphdg8v2n"))))
|
"1xpapgzja66lwxagrynns2ycx4cdllld5b3xrxg67si3bjz9p70a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; has no test target
|
`(#:tests? #f ; test need network
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'sanity-check)))) ;its insane.
|
(delete 'sanity-check)))) ;its insane.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue