diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | 99c833046020b6d5d931d59fdcff7aa1da5d2cff (patch) | |
tree | 6c48f4e389b3d9883176aef7ff8c8211c3ab828c /gnu/packages/pdf.scm | |
parent | 25538200d112541de9dc85728052e280fd88497e (diff) |
gnu: xpdf: Update to 4.04.
* gnu/packages/pdf.scm (xpdf): Update to 4.04.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 1ab19b4ee2..25f5fbc77f 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -489,13 +489,13 @@ reading and editing of existing PDF files.") (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 |