mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-exec-path-from-shell: Update to 1.12.
* gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell): Update to 1.12. [source]: Use git-fetch. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
8ae48674ce
commit
265ee14650
1 changed files with 6 additions and 6 deletions
|
@ -9277,16 +9277,16 @@ functionality is inherited from @code{hcl-mode}.")
|
|||
(define-public emacs-exec-path-from-shell
|
||||
(package
|
||||
(name "emacs-exec-path-from-shell")
|
||||
(version "1.11")
|
||||
(version "1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://stable.melpa.org/packages/exec-path-from-shell-"
|
||||
version ".el"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/purcell/exec-path-from-shell")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"03qjgb81cq1l3j54lvlf98r75vmmgd06mj6qh5wa6mz4xzp4w26r"))))
|
||||
"1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/purcell/exec-path-from-shell")
|
||||
(synopsis "Get environment variables such as @var{PATH} from the shell")
|
||||
|
|
Loading…
Reference in a new issue