mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: kdoctools: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kdoctools): Update to 6.5.0. Change-Id: Iff4405d58d25e0669833d2e06e391641aa33935b
This commit is contained in:
parent
18c3e5619c
commit
e3a1009a20
1 changed files with 2 additions and 2 deletions
|
@ -2425,7 +2425,7 @@ (define-public kcrash-5
|
|||
(define-public kdoctools
|
||||
(package
|
||||
(name "kdoctools")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2434,7 +2434,7 @@ (define-public kdoctools
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hjds93czk201k8hah4skrzplmfk94qyps2cb3aaz30i0zwi5qb3"))))
|
||||
"1p81c2m5svhdjv97097q9wf3xhz014vjqh8hcg6587pf4bi1l7kq"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue