diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-02 22:56:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-02 23:47:50 +0200 |
commit | 14af4efae8e7ee83c951541db5aabe6201583393 (patch) | |
tree | 69b104f4065f00d87166e3ce97ac8a608a42013a | |
parent | 2526aecfb0b3541cfa51f241dbdad69fcf6eabe0 (diff) |
gnu: emacs-exec-path-from-shell: Update to 2.1.
* gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell): Update to 2.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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") |