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:
parent
2526aecfb0
commit
14af4efae8
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue