mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kapidox: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kapidox): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. [propagated-inputs]: Add python-requests. Change-Id: If0e40de101af3b66e8e1a2d4dd0bf4b9ae7d73bc
This commit is contained in:
parent
e2c0a0bdd7
commit
1099c670ab
1 changed files with 5 additions and 4 deletions
|
@ -87,6 +87,7 @@ (define-module (gnu packages kde-frameworks)
|
|||
#:use-module (gnu packages pulseaudio)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages python-web)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages textutils)
|
||||
#:use-module (gnu packages tls)
|
||||
|
@ -419,7 +420,7 @@ (define-public breeze-icons
|
|||
(define-public kapidox
|
||||
(package
|
||||
(name "kapidox")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -428,7 +429,7 @@ (define-public kapidox
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xxw3lvipyax8r1af3ypwjj6waarbp2z9n11fjb4kvyigsypglmb"))))
|
||||
"0knp680462dr9ib2b4dgz18659i1a33d6gmvnqh3k4mm659rrlr1"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; test need network
|
||||
|
@ -439,9 +440,9 @@ (define-public kapidox
|
|||
;; TODO: check if doxygen has to be installed, the readme does not
|
||||
;; mention it. The openSuse .rpm lists doxygen, graphviz, graphviz-gd,
|
||||
;; and python-xml.
|
||||
(list python python-jinja2 python-pyyaml))
|
||||
(list python python-jinja2 python-pyyaml python-requests))
|
||||
(inputs
|
||||
(list qtbase-5))
|
||||
(list qtbase))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "KDE Doxygen Tools")
|
||||
(description "This framework contains scripts and data for building API
|
||||
|
|
Loading…
Reference in a new issue