me
/
guix
Archived
1
0
Fork 0

gnu: ktexttemplate: Update to 6.4.0.

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

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

View File

@ -4807,7 +4807,7 @@ It supports rich text as well as plain text.")
(define-public ktexttemplate
(package
(name "ktexttemplate")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4816,7 +4816,7 @@ It supports rich text as well as plain text.")
version ".tar.xz"))
(sha256
(base32
"17df96rmmyni2adv97p77y349vyvirs0svzs6dzzmclzb2f8hlck"))))
"145znvdb10jycpa0641lmr3izna5af48y79q9drfil6p1zl0yc3l"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))