~ruther/guix-local

b9b04662114af5304932014d04a480ade41e5b77 — Tobias Geerinckx-Rice 1 year, 9 months ago ea7136b
gnu: xpdf: Update to 4.05 [security fixes].

* gnu/packages/pdf.scm (xpdf): Update to 4.05.

Change-Id: Ic362852fad7f1656d9ba72ee3b5b2568c3d88e0e
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +2 -2
@@ 503,13 503,13 @@ reading and editing of existing PDF files.")
(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