aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-31 14:10:59 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-02-03 15:29:16 +0100
commit5855813f772653c2cfe03d2a7e4a209e42687e29 (patch)
treedde206ff9f587aa1833bd46e53cd51ffb6732509 /gnu
parentf97db3de739f3a40aeb918c695dc3994d727bc2e (diff)
downloadguix-5855813f772653c2cfe03d2a7e4a209e42687e29.tar.gz
guix-5855813f772653c2cfe03d2a7e4a209e42687e29.zip
gnu: poppler: Update to 0.85.0.
* gnu/packages/pdf.scm (poppler): Update to 0.85.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/pdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 8451390647..62120b9cf9 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -90,14 +90,14 @@
(define-public poppler
(package
(name "poppler")
- (version "0.84.0")
+ (version "0.85.0")
(source (origin
(method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-"
version ".tar.xz"))
(sha256
(base32
- "0ccp2gx05cz5y04k5pgbyi4ikyq60nafa7x2yx4aaf1vfkd318f7"))))
+ "0jyr036scdly13hx5dxmsqp2p3jifc29h2by51msw0ih6bmpbj1b"))))
(build-system cmake-build-system)
;; FIXME:
;; use libcurl: no
d>gnu: graphviz-2.38: Fix build failure.Maxime Devos 2021-07-24gnu: Use 'search-input-file' when looking for executables.Ludovic Courtès 2021-07-23gnu: graphviz: Use HTTPS home page.Marius Bakke 2021-07-23gnu: graphviz: Update to 2.48.0.Marius Bakke 2021-07-23gnu: graphviz: Don't hard code Guile version.Marius Bakke 2021-07-23gnu: graphviz: Turn arguments into a gexp.Marius Bakke 2021-06-13gnu: graphviz: Update to 2.47.1.Marius Bakke 2021-05-15gnu: Graphviz: Fix CVE-2020-18032.Leo Famulari