guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ido-completing-read+: Update to 3.12.


From: guix-commits
Subject: branch master updated: gnu: emacs-ido-completing-read+: Update to 3.12.
Date: Mon, 08 Feb 2021 16:20:50 -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 740018e  gnu: emacs-ido-completing-read+: Update to 3.12.
740018e is described below

commit 740018eff8a5384a1e853c66f80348c551017142
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:20:11 2021 +0100

    gnu: emacs-ido-completing-read+: Update to 3.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-ido-completing-read+): Update to 3.12.
    [propagated-inputs]: Add emacs-s.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7cddc65..7766892 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9310,7 +9310,7 @@ restrict the text width to 80 characters.")
 (define-public emacs-ido-completing-read+
   (package
     (name "emacs-ido-completing-read+")
-    (version "3.12")
+    (version "4.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://raw.githubusercontent.com";
@@ -9319,8 +9319,10 @@ restrict the text width to 80 characters.")
               (file-name (string-append "ido-completing-read+-" version ".el"))
               (sha256
                (base32
-                "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
+                "0g2ixvw2sxpvrgz78745zi6iql4501pqi85zi6j31dnc1hx1i0r6"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-s" ,emacs-s)))
     (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous";)
     (synopsis "Replacement for completing-read using ido")
     (description



reply via email to

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