guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/19: gnu: poppler: Update to 0.85.0.


From: guix-commits
Subject: 11/19: gnu: poppler: Update to 0.85.0.
Date: Mon, 3 Feb 2020 09:30:26 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5855813f772653c2cfe03d2a7e4a209e42687e29
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 31 14:10:59 2020 +0100

    gnu: poppler: Update to 0.85.0.
    
    * gnu/packages/pdf.scm (poppler): Update to 0.85.0.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 8451390..62120b9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]