Archived
1
0
Fork 0

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:
Zheng Junjie 2023-07-14 15:30:47 +08:00 committed by 宋文武
parent 4195a0358c
commit ecd978fe77
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1335,7 +1335,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
(define-public poxml
(package
(name "poxml")
(version "22.08.1")
(version "23.04.3")
(source (origin
(method url-fetch)
(uri
@ -1343,7 +1343,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
"/src/poxml-" version ".tar.xz"))
(sha256
(base32
"13jp5g5la3kq9i3qybdvwfl4vgqz3hxf64qzmh7kl71ykas7s5vi"))))
"11rqd7hhsy6f8qi0529cmy381bhskji6wf4fij7yjksmrsdvfw6d"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))