[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/16: gnu: emacs-shell-command+: Update to 2.4.2.
From: |
guix-commits |
Subject: |
15/16: gnu: emacs-shell-command+: Update to 2.4.2. |
Date: |
Wed, 8 Mar 2023 09:53:56 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit b5b7b43f20cfaef7d3bf5f53d8c48f02025b231f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 8 15:48:44 2023 +0100
gnu: emacs-shell-command+: Update to 2.4.2.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.4.2.
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6cdcfe5296..345ba01695 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33906,7 +33906,7 @@ rather excellent completion provided by both Bash and
Zsh.")
(define-public emacs-shell-command+
(package
(name "emacs-shell-command+")
- (version "2.4.1")
+ (version "2.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -33914,7 +33914,8 @@ rather excellent completion provided by both Bash and
Zsh.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
"14akj7pavfhch6ljwl26mhv7qczgmqn7mld62cf6mh4ghmhy3z4y"))))
+ (base32
+ "022i7ydwckxqk16s4a83mrdr0c4rmap906qypdkjfh1rjw75qwm5"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/shell-command+.html")
(synopsis "Extended Emacs @code{shell-command}")
- branch master updated (85d4e8af5b -> 6e4b997cdf), guix-commits, 2023/03/08
- 05/16: gnu: emacs-compat: Update to 29.1.4.0., guix-commits, 2023/03/08
- 06/16: gnu: emacs-kind-icon: Update to 0.2.0., guix-commits, 2023/03/08
- 13/16: gnu: emacs-magit-todos: Update to 1.6., guix-commits, 2023/03/08
- 15/16: gnu: emacs-shell-command+: Update to 2.4.2.,
guix-commits <=
- 03/16: gnu: emacs-auctex: Update to 13.1.10., guix-commits, 2023/03/08
- 01/16: gnu: Update emacs-ement to 0.7., guix-commits, 2023/03/08
- 04/16: gnu: emacs-subed: Update to 1.1.0., guix-commits, 2023/03/08
- 10/16: gnu: emacs-cnfonts: Update to 1.1.0., guix-commits, 2023/03/08
- 07/16: gnu: emacs-tramp: Update to 2.6.0.2., guix-commits, 2023/03/08
- 02/16: gnu: emacs-apheleia: Update to 3.2., guix-commits, 2023/03/08
- 09/16: gnu: emacs-cmake-font-lock: Update to 0.1.13., guix-commits, 2023/03/08
- 08/16: gnu: emacs-beginend: Update to 2.4.0., guix-commits, 2023/03/08
- 11/16: gnu: emacs-dtrt-indent: Update to 1.9., guix-commits, 2023/03/08
- 12/16: gnu: emacs-ebuild-mode: Update to 1.62., guix-commits, 2023/03/08