guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-shell-command+: Update to 2.3.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-shell-command+: Update to 2.3.1.
Date: Tue, 19 Oct 2021 07:12:41 -0400

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 39e9393  gnu: emacs-shell-command+: Update to 2.3.1.
39e9393 is described below

commit 39e9393b360160ca22d07305aadd6266a7b75f85
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 19 13:11:48 2021 +0200

    gnu: emacs-shell-command+: Update to 2.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.3.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 e151945..1aa7e1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28671,7 +28671,7 @@ rather excellent completion provided by both Bash and 
Zsh.")
 (define-public emacs-shell-command+
   (package
     (name "emacs-shell-command+")
-    (version "2.2.0")
+    (version "2.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -28679,7 +28679,7 @@ rather excellent completion provided by both Bash and 
Zsh.")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj"))))
+               (base32 
"1lrwp73klx5cb74i7iiq7r83dy55qxg1ivnrhfyvk8y2l9hfz30v"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/shell-command+.html";)
     (synopsis "Extended Emacs @code{shell-command}")



reply via email to

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