guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: podofo: Update to 0.9.3.


From: Andreas Enge
Subject: 01/02: gnu: podofo: Update to 0.9.3.
Date: Sat, 07 Feb 2015 20:04:47 +0000

andreas pushed a commit to branch master
in repository guix.

commit d4322e611189d614dc18a3f94a7f7f4c6847c207
Author: Andreas Enge <address@hidden>
Date:   Sat Feb 7 20:50:35 2015 +0100

    gnu: podofo: Update to 0.9.3.
    
    * gnu/packages/pdf.scm (podofo): Update to 0.9.3.
---
 gnu/packages/pdf.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 2754915..eca94b0 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -145,14 +145,14 @@
 (define-public podofo
   (package
     (name "podofo")
-    (version "0.9.2")
+    (version "0.9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/podofo/podofo-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1wx3s0718rmhdzdwyi8hgpf2s92sk3hijy8f4glrmnjpiihr2la6"))))
+                "1n12lbq9x15vqn7dc0hsccp56l5jdff1xrhvlfqlbklxx0qiw9pc"))))
     (build-system cmake-build-system)
     (inputs                                      ; TODO: Add cppunit for tests
      `(;; Optional Lua support fails to build with:



reply via email to

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