guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: poppler: Update to 0.63.0.


From: Marius Bakke
Subject: 03/03: gnu: poppler: Update to 0.63.0.
Date: Tue, 20 Mar 2018 07:07:39 -0400 (EDT)

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

commit 4735610ee34adaa6295f73d1a4d1d37c9aadb78b
Author: Marius Bakke <address@hidden>
Date:   Tue Mar 20 11:32:12 2018 +0100

    gnu: poppler: Update to 0.63.0.
    
    * gnu/packages/pdf.scm (poppler): Update to 0.63.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 2d2c4d7..23d77d2 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -79,14 +79,14 @@
 (define-public poppler
   (package
    (name "poppler")
-   (version "0.62.0")
+   (version "0.63.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1ii9ly1pngyvs0aiq2wxpya08hidpl54y7nsb8b1vxnnskgp76jv"))))
+              "04d1z1ygyb3llzc6s6c99wxafvljj2sc5b76djif34f7mzfqmk17"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no



reply via email to

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