guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-pdf-tools: Update to 0.70.


From: Alex Kost
Subject: 01/04: gnu: emacs-pdf-tools: Update to 0.70.
Date: Thu, 03 Dec 2015 10:41:13 +0000

alezost pushed a commit to branch master
in repository guix.

commit eccd0b57a1f05b3caca28604f4d2c06556e2fe05
Author: Alex Kost <address@hidden>
Date:   Wed Dec 2 22:50:55 2015 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 67f1ea2..84c5c44 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -911,7 +911,7 @@ single buffer.")
 (define-public emacs-pdf-tools
   (package
     (name "emacs-pdf-tools")
-    (version "0.60")
+    (version "0.70")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -920,7 +920,7 @@ single buffer.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1y8k5n2jbyaxby0j6f4m9xbm0ddpmbkrfj6rp6ll5sb97lcg3vrx"))))
+                "1m0api6wiawswyk46bdsyk6r5rg3b86a4paar6nassm6x6c6vr77"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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