guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-info-plus: Update to 0-3.29811ed.


From: guix-commits
Subject: branch master updated: gnu: emacs-info-plus: Update to 0-3.29811ed.
Date: Sun, 06 Dec 2020 09:35:21 -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 dc60e1c  gnu: emacs-info-plus: Update to 0-3.29811ed.
dc60e1c is described below

commit dc60e1c71e1ffa4ce1eeea7f460c3221ea1886c5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Dec 6 14:46:44 2020 +0100

    gnu: emacs-info-plus: Update to 0-3.29811ed.
    
    * gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-3.29811ed.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 74ea690..bff7223 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22099,8 +22099,8 @@ to be examined using Ediff.")
     (license license:expat)))
 
 (define-public emacs-info-plus
-  (let ((commit "4a6b93c170169594e1e8ea60cd799a1a88a969da")
-        (revision "2"))
+  (let ((commit "29811edf7a71764ac343631facc00268d9483146")
+        (revision "3"))
     (package
       (name "emacs-info-plus")
       (version (git-version "0" revision commit))
@@ -22113,7 +22113,7 @@ to be examined using Ediff.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1xzmx7m1qbl3b1x6yq1db1a108xqaa64ljfv1hdw763zmy4kc6m0"))))
+           "0ayq7z6dbf43vczbkjm1l976hxcfrmw45nfywbf1kjpzl3viy4gy"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/emacsmirror/info-plus";)
       (synopsis "Extensions to @file{info.el}")



reply via email to

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