mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kapidox: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kapidox): Update to 6.13.0. Change-Id: Ie8facd9fd1e8d3f97ddee42ef7b5cfa8e5d3f711
This commit is contained in:
parent
77869a997f
commit
4b243543b2
1 changed files with 2 additions and 2 deletions
|
@ -470,7 +470,7 @@ It is the default icon theme for the KDE Plasma desktop.")
|
||||||
(define-public kapidox
|
(define-public kapidox
|
||||||
(package
|
(package
|
||||||
(name "kapidox")
|
(name "kapidox")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -479,7 +479,7 @@ It is the default icon theme for the KDE Plasma desktop.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i3l568njv4q51qx4fs6fni0wl9pbm9ff793vdla7y5dhx31r1z2"))))
|
"0c9nrf9a7wbsxig4mrnibyq3d4hfcam5vy65r3s4ff8v2fk0fvgk"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue