mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ktexttemplate: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (ktexttemplate): Update to 6.13.0. Change-Id: Iafc627835b2b43bd2eda34ed7aaa755897927cf8
This commit is contained in:
parent
de98617ef5
commit
d9fc28a3fb
1 changed files with 2 additions and 2 deletions
|
@ -4803,7 +4803,7 @@ It supports rich text as well as plain text.")
|
||||||
(define-public ktexttemplate
|
(define-public ktexttemplate
|
||||||
(package
|
(package
|
||||||
(name "ktexttemplate")
|
(name "ktexttemplate")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4812,7 +4812,7 @@ It supports rich text as well as plain text.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gdaji4080b4hiwad45abbrsi17y6mxi2gg3f8bggm4hvc51jf9y"))))
|
"1ncj7ww6ycgv274rwjb59pzjigrqrdz6w2wc9l8bib1qvrvcwl20"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-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