guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: poppler: Update to 0.41.0.


From: ???
Subject: 06/13: gnu: poppler: Update to 0.41.0.
Date: Thu, 24 Mar 2016 10:29:30 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit 2df99630a2129befa5f5a2418b0ef74fed07b9b5
Author: 宋文武 <address@hidden>
Date:   Wed Mar 16 10:43:10 2016 +0800

    gnu: poppler: Update to 0.41.0.
    
    * gnu/packages/gtk.scm (poppler): Update to 0.41.0.
---
 gnu/packages/pdf.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index e8e6993..8c61af9 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -52,13 +52,14 @@
 (define-public poppler
   (package
    (name "poppler")
-   (version "0.37.0")
+   (version "0.41.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-";
                                 version ".tar.xz"))
-            (sha256 (base32
-                     "1vjvd0md8y37hlq3lsj0l01a3v3mzm572rzpn1311frvmrg9r7xq"))))
+            (sha256
+             (base32
+              "06ra364y5bfmkb4ln5i6cx87j6bd46xa0r49w8g9xvfacfmvl2j2"))))
    (build-system gnu-build-system)
    ;; FIXME: more dependencies could  be added
    ;;  cairo output:       no (requires cairo >= 1.10.0)



reply via email to

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