mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: xpdf: Update to 4.04.
* gnu/packages/pdf.scm (xpdf): Update to 4.04.
This commit is contained in:
parent
25538200d1
commit
99c8330460
1 changed files with 2 additions and 2 deletions
|
@ -489,13 +489,13 @@ (define-public libharu
|
|||
(define-public xpdf
|
||||
(package
|
||||
(name "xpdf")
|
||||
(version "4.03")
|
||||
(version "4.04")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.xpdfreader.com/xpdf-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ip81c9vy0igjnasl9iv2lz214fb01vvvdzbvjmgwc63fi1jgr0g"))))
|
||||
(base32 "1pmsark94xza8q31wvfvp8n7l3c4qfd4ggj09i98y13npzy27kk3"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs (list cups freetype libpng qtbase-5 zlib))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue