mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xpdf: Update to 4.05 [security fixes].
* gnu/packages/pdf.scm (xpdf): Update to 4.05. Change-Id: Ic362852fad7f1656d9ba72ee3b5b2568c3d88e0e
This commit is contained in:
parent
ea7136b451
commit
b9b0466211
1 changed files with 2 additions and 2 deletions
|
@ -503,13 +503,13 @@ (define-public libharu
|
|||
(define-public xpdf
|
||||
(package
|
||||
(name "xpdf")
|
||||
(version "4.04")
|
||||
(version "4.05")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.xpdfreader.com/xpdf-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1pmsark94xza8q31wvfvp8n7l3c4qfd4ggj09i98y13npzy27kk3"))))
|
||||
(base32 "1sjw5b7j404py1rblc8zxm6nar8km7yr2h7kffylyn5nmkapww4j"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs (list cups freetype libpng qtbase-5 zlib))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue