guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: impressive: Update to 0.12.0.


From: guix-commits
Subject: 02/03: gnu: impressive: Update to 0.12.0.
Date: Sat, 12 Jan 2019 06:14:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7d8baff97be6654fe2910ea54544cb273d9fc560
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 10 15:07:10 2019 +0100

    gnu: impressive: Update to 0.12.0.
    
    * gnu/packages/pdf.scm (impressive): Update to 0.12.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 a881fe3..454712f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -785,7 +785,7 @@ vector formats.")
 (define-public impressive
   (package
     (name "impressive")
-    (version "0.11.1")
+    (version "0.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -793,7 +793,7 @@ vector formats.")
                     version "/Impressive-" version ".tar.gz"))
               (sha256
                (base32
-                "0b3rmy6acp2vmf5nill3aknxvr9a5aawk1vnphkah61anxp62gsr"))))
+                "0zaqq3yvd296mfr5bxpj2hqlk7vrb0rsbgd4dc1l5ag46giqvivx"))))
     (build-system python-build-system)
 
     ;; TODO: Add dependency on pdftk.



reply via email to

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