me
/
guix
Archived
1
0
Fork 0

gnu: xpdf: Update to 4.04.

* gnu/packages/pdf.scm (xpdf): Update to 4.04.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 25538200d1
commit 99c8330460
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -489,13 +489,13 @@ reading and editing of existing PDF files.")
(define-public xpdf (define-public xpdf
(package (package
(name "xpdf") (name "xpdf")
(version "4.03") (version "4.04")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.xpdfreader.com/xpdf-" version ".tar.gz")) (uri (string-append "https://dl.xpdfreader.com/xpdf-" version ".tar.gz"))
(sha256 (sha256
(base32 "0ip81c9vy0igjnasl9iv2lz214fb01vvvdzbvjmgwc63fi1jgr0g")))) (base32 "1pmsark94xza8q31wvfvp8n7l3c4qfd4ggj09i98y13npzy27kk3"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (list cups freetype libpng qtbase-5 zlib)) (inputs (list cups freetype libpng qtbase-5 zlib))
(arguments (arguments