me
/
guix
Archived
1
0
Fork 0

gnu: poxml: Update to 24.05.2.

* gnu/packages/kde.scm (poxml): Update to 24.05.2.
[native-inputs]: Remove kdoctools; add kdoctools-5.

Change-Id: Ibbcd85fbcd68a5ee4c74e123c6e2d65f28c6f790
master
Zheng Junjie 2024-07-08 14:28:35 +08:00
parent 007db7912f
commit 1715a30081
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 3 deletions

View File

@ -1737,7 +1737,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
(define-public poxml
(package
(name "poxml")
(version "23.04.3")
(version "24.05.2")
(source (origin
(method url-fetch)
(uri
@ -1745,10 +1745,10 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
"/src/poxml-" version ".tar.xz"))
(sha256
(base32
"11rqd7hhsy6f8qi0529cmy381bhskji6wf4fij7yjksmrsdvfw6d"))))
"0998ss7jib255x9kyhsz79lgnf97m7hbm6dsyh6xj9rcwv8i9srk"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
(list extra-cmake-modules kdoctools-5))
(inputs
(list gettext-minimal qtbase-5))
(home-page "https://apps.kde.org/development/")