gnu: emacs-exec-path-from-shell: Update to 2.1.

* gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell): Update to 2.1.
This commit is contained in:
Nicolas Goaziou 2023-09-02 22:56:47 +02:00
parent 2526aecfb0
commit 14af4efae8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21531,7 +21531,7 @@ (define-public emacs-terraform-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 @@ (define-public emacs-exec-path-from-shell
(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")