Archived
1
0
Fork 0

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 @@ functionality is inherited from @code{hcl-mode}.")
(define-public emacs-exec-path-from-shell (define-public emacs-exec-path-from-shell
(package (package
(name "emacs-exec-path-from-shell") (name "emacs-exec-path-from-shell")
(version "1.12") (version "2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -21541,7 +21541,7 @@ functionality is inherited from @code{hcl-mode}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p")))) "1wmr1z603wmcv8hxzxn84qxzdwmzmdm8x6f3n0x7klviq4jw6v2x"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/purcell/exec-path-from-shell") (home-page "https://github.com/purcell/exec-path-from-shell")
(synopsis "Get environment variables such as @env{PATH} from the shell") (synopsis "Get environment variables such as @env{PATH} from the shell")