mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: QPDF: Update to 8.4.1.
* gnu/packages/pdf.scm (qpdf): Update to 8.4.1.
This commit is contained in:
parent
ae528aaf19
commit
3784b580ef
1 changed files with 2 additions and 2 deletions
|
@ -663,14 +663,14 @@ (define-public mupdf
|
||||||
(define-public qpdf
|
(define-public qpdf
|
||||||
(package
|
(package
|
||||||
(name "qpdf")
|
(name "qpdf")
|
||||||
(version "8.4.0")
|
(version "8.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
|
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
|
||||||
"/qpdf-" version ".tar.gz"))
|
"/qpdf-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1864p952m8vzxk6v500a42psbqj2g2gyli3d3zj6h33hzwxqy09r"))
|
"1fsfy38dnm9cy1j40jw5x8vn84l6f2kgb68rdjl0wxignfw05z87"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Replace shebang with the bi-lingual shell/Perl trick to remove
|
;; Replace shebang with the bi-lingual shell/Perl trick to remove
|
||||||
|
|
Loading…
Reference in a new issue