guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: poppler: Update to 0.64.0.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: poppler: Update to 0.64.0.
Date: Mon, 30 Apr 2018 22:50:19 -0400 (EDT)

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

commit 48869860bed868708c3b830da0fd94886fab3af0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 1 03:28:48 2018 +0200

    gnu: poppler: Update to 0.64.0.
    
    * gnu/packages/pdf.scm (poppler): Update to 0.64.0.
---
 gnu/packages/pdf.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index c9a5369..ca3a601 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2017 Rene Saavedra <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -79,14 +79,14 @@
 (define-public poppler
   (package
    (name "poppler")
-   (version "0.63.0")
+   (version "0.64.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "04d1z1ygyb3llzc6s6c99wxafvljj2sc5b76djif34f7mzfqmk17"))))
+              "1cb4gz3h7cfqyphhx71qc9mp417bdphchbfghmvhcy4zm4ngj7dj"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no



reply via email to

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