guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-bash-completion: Update to 3.1.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-bash-completion: Update to 3.1.0.
Date: Sun, 23 Aug 2020 12:37:18 -0400

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8c8f6f  gnu: emacs-bash-completion: Update to 3.1.0.
a8c8f6f is described below

commit a8c8f6fe916d67cfc254527a987011146d8243df
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 23 14:35:58 2020 +0300

    gnu: emacs-bash-completion: Update to 3.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.0.
---
 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 e3898c8..6caa8d1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12545,16 +12545,16 @@ messaging service.")
 (define-public emacs-bash-completion
   (package
    (name "emacs-bash-completion")
-   (version "2.1.0")
+   (version "3.1.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/szermatt/emacs-bash-completion";)
-            (commit version)))
+            (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0"))))
+       (base32 "11j2k3irixp47r2iglxdmjphahqhgnxg98n2xwagwzyq99lsamj4"))))
    (inputs `(("bash" ,bash)))
    (build-system emacs-build-system)
    (arguments



reply via email to

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