[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: emacs-exec-path-from-shell: Update to 2.1.
From: |
guix-commits |
Subject: |
05/16: gnu: emacs-exec-path-from-shell: Update to 2.1. |
Date: |
Sat, 2 Sep 2023 17:49:00 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 14af4efae8e7ee83c951541db5aabe6201583393
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 22:56:47 2023 +0200
gnu: emacs-exec-path-from-shell: Update to 2.1.
* gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell): Update to 2.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 0d490fd34b..3c992b46a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21531,7 +21531,7 @@ functionality is inherited from @code{hcl-mode}.")
(define-public emacs-exec-path-from-shell
(package
(name "emacs-exec-path-from-shell")
- (version "1.12")
+ (version "2.1")
(source
(origin
(method git-fetch)
@@ -21541,7 +21541,7 @@ functionality is inherited from @code{hcl-mode}.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
+ "1wmr1z603wmcv8hxzxn84qxzdwmzmdm8x6f3n0x7klviq4jw6v2x"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/exec-path-from-shell")
(synopsis "Get environment variables such as @env{PATH} from the shell")
- branch master updated (771cbf2ab2 -> 4818ad5ba2), guix-commits, 2023/09/02
- 04/16: gnu: emacs-eshell-prompt-extras: Update to 1.1., guix-commits, 2023/09/02
- 05/16: gnu: emacs-exec-path-from-shell: Update to 2.1.,
guix-commits <=
- 01/16: gnu: Add emacs-speed-type., guix-commits, 2023/09/02
- 02/16: gnu: emacs-eldev: Update to 1.6., guix-commits, 2023/09/02
- 11/16: gnu: emacs-ibuffer-projectile: Update to 0.4., guix-commits, 2023/09/02
- 10/16: gnu: emacs-ibrowse: Update to 0.2.3., guix-commits, 2023/09/02
- 03/16: gnu: emacs-elfeed-score: Update to 1.2.7., guix-commits, 2023/09/02
- 06/16: gnu: emacs-haskell-mode: Update to 17.4., guix-commits, 2023/09/02
- 08/16: gnu: emacs-hl-todo: Update to 3.6.0., guix-commits, 2023/09/02
- 09/16: gnu: emacs-howm: Update to 1.5.0., guix-commits, 2023/09/02
- 13/16: gnu: emacs-ibuffer-vc: Update to 0.12., guix-commits, 2023/09/02
- 14/16: gnu: emacs-magit-todos: Update to 1.7., guix-commits, 2023/09/02