guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-djvu: Update to 1.1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-djvu: Update to 1.1.1.
Date: Tue, 17 Nov 2020 04:22:23 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ad56bd1  gnu: emacs-djvu: Update to 1.1.1.
ad56bd1 is described below

commit ad56bd1d28d9e98fb589a6a3d14415a961b50c4f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 17 10:21:48 2020 +0100

    gnu: emacs-djvu: Update to 1.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-djvu): Update to 1.1.1.
---
 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 94e553f..d0ebb9f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2604,14 +2604,14 @@ filters, new key bindings and faces.  It can be enabled 
by
 (define-public emacs-djvu
   (package
     (name "emacs-djvu")
-    (version "1.1")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "djvu-" version ".el"))
        (sha256
-        (base32 "0njgyx09q225hliacsnjk8wallg5i6xkz6bj501pb05nwqfbvfk7"))))
+        (base32 "0z2qk1v4qkvcwl27ycqfb8vyszq5v6b8ci29b4la00yaki16p04i"))))
     (build-system emacs-build-system)
     (inputs `(("djview" ,djview)
               ("djvulibre" ,djvulibre)))



reply via email to

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