mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdoctools: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kdoctools): Update to 6.13.0. Change-Id: I28c9c008474e757c8bb18ae24ccfabc1f74dce94
This commit is contained in:
parent
6ca5f5ac37
commit
031ecdcddc
1 changed files with 2 additions and 2 deletions
|
@ -2437,7 +2437,7 @@ application crashes.")
|
||||||
(define-public kdoctools
|
(define-public kdoctools
|
||||||
(package
|
(package
|
||||||
(name "kdoctools")
|
(name "kdoctools")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2446,7 +2446,7 @@ application crashes.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f5hnsn9zkrr0qa3vc4skf25dvi2vcz6xl9r916ywd9j47hriyh3"))))
|
"1bfa59fkjzrnhf31mb875czyfx7hg84lq9izgx3kkj39s8jw1idm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue