guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-esh-autosuggest: Update to 2.0.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-esh-autosuggest: Update to 2.0.1.
Date: Wed, 17 Feb 2021 08:39:05 -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 d41e9fe  gnu: emacs-esh-autosuggest: Update to 2.0.1.
d41e9fe is described below

commit d41e9fe69dee3ef72bbdf9ebf40cff3bbfdcf0c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:38:37 2021 +0100

    gnu: emacs-esh-autosuggest: Update to 2.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-esh-autosuggest): Update to 2.0.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 255e0a4..e9a7837 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18496,7 +18496,7 @@ matching regexps.")
 (define-public emacs-esh-autosuggest
   (package
     (name "emacs-esh-autosuggest")
-    (version "2.0.0")
+    (version "2.0.1")
     (source
      (origin
        (method git-fetch)
@@ -18506,7 +18506,7 @@ matching regexps.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
+         "0l2nnlr3b6df1xn0qjf5d5ryy1wcs1jczyfy795vsasd5gm3g0xh"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-company" ,emacs-company)))
     (home-page "https://github.com/dieggsy/esh-autosuggest";)



reply via email to

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