guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: emacs-pdf-tools: Update to 1.0.0.


From: guix-commits
Subject: 08/13: gnu: emacs-pdf-tools: Update to 1.0.0.
Date: Mon, 5 Dec 2022 14:52:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e49893071f1f691ac8939e6e6c0984ecf408afdf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 5 20:49:06 2022 +0100

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8894a10a57..5574b4ae05 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4158,7 +4158,7 @@ during idle time, while Emacs is doing nothing else.")
 (define-public emacs-pdf-tools
   (package
     (name "emacs-pdf-tools")
-    (version "0.91")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch)
@@ -4167,7 +4167,7 @@ during idle time, while Emacs is doing nothing else.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07ixspgn4s1jg66w7m2f3sh43giakz9srhp7rpw389z32g57i1rx"))))
+        (base32 "1idazz46zx2q84di4p73770l4bcnai2a03q95psg827ykdnmjwij"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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