gnu: poxml: Update to 23.04.3.
* gnu/packages/kde.scm (poxml): Update to 23.04.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4195a0358c
commit
ecd978fe77
1 changed files with 2 additions and 2 deletions
|
@ -1335,7 +1335,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
|
||||||
(define-public poxml
|
(define-public poxml
|
||||||
(package
|
(package
|
||||||
(name "poxml")
|
(name "poxml")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1343,7 +1343,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
|
||||||
"/src/poxml-" version ".tar.xz"))
|
"/src/poxml-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13jp5g5la3kq9i3qybdvwfl4vgqz3hxf64qzmh7kl71ykas7s5vi"))))
|
"11rqd7hhsy6f8qi0529cmy381bhskji6wf4fij7yjksmrsdvfw6d"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Reference in a new issue