me
/
guix
Archived
1
0
Fork 0

gnu: kdoctools: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kdoctools): Update to 6.4.0.

Change-Id: I7a33f71b69c8018887a71e72f216b68ef6e29e8a
master
Zheng Junjie 2024-07-20 00:24:49 +08:00
parent d7c8ce8306
commit b00beb13f5
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2425,7 +2425,7 @@ application crashes.")
(define-public kdoctools (define-public kdoctools
(package (package
(name "kdoctools") (name "kdoctools")
(version "6.3.0") (version "6.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2434,7 +2434,7 @@ application crashes.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0jl5qxjscjdpf0jpl35ymdqhks3ynk8jxlwv6xdqml6vp4aysl2b")))) "1hjds93czk201k8hah4skrzplmfk94qyps2cb3aaz30i0zwi5qb3"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))