guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: poppler: Update to 21.05.0.


From: guix-commits
Subject: 11/14: gnu: poppler: Update to 21.05.0.
Date: Sat, 12 Jun 2021 19:05:09 -0400 (EDT)

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

commit 62f534b742069b0e724f1a7ccb5ac31132de3388
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 10 16:54:46 2021 +0200

    gnu: poppler: Update to 21.05.0.
    
    * gnu/packages/pdf.scm (poppler): Update to 21.05.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 8f163bd..673b432 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -222,14 +222,14 @@ please install the @code{flyer-composer-gui} package.")))
 (define-public poppler
   (package
    (name "poppler")
-   (version "0.86.1")
+   (version "21.05.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0v3z4mk1rr8i0c4cfkab7pnxdbil30j4cm4w6cqlq6cfghkhlqxg"))))
+              "135x1p4jc7cym3an1g45q7blk14fyg8m7z20phai5b8gd1xm7zfs"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no



reply via email to

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