mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: kapidox: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kapidox): Update to 6.5.0. Change-Id: I600cc38c26cac95ffddf6d582b1ed0909fa9731a
This commit is contained in:
parent
a7fbad5b99
commit
dee7abc6be
1 changed files with 2 additions and 2 deletions
|
@ -462,7 +462,7 @@ (define-public breeze-icons
|
||||||
(define-public kapidox
|
(define-public kapidox
|
||||||
(package
|
(package
|
||||||
(name "kapidox")
|
(name "kapidox")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -471,7 +471,7 @@ (define-public kapidox
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08zvhhk208zszpx504mbq0nyjy1kffa0lmalnva7z32si8kx2q0w"))))
|
"18d3c2c9si71hic816gkdhayabi0sa5b874hk1wrhx0l44i2ym7j"))))
|
||||||
(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