mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-envrc: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-envrc): Update to 0.4. [propagated-inputs]: Add emacs-inheritenv.
This commit is contained in:
parent
29b3c0898f
commit
e645194d80
1 changed files with 4 additions and 2 deletions
|
@ -15106,7 +15106,7 @@ buffer's environment.")
|
||||||
(define-public emacs-envrc
|
(define-public emacs-envrc
|
||||||
(package
|
(package
|
||||||
(name "emacs-envrc")
|
(name "emacs-envrc")
|
||||||
(version "0.2")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15116,8 +15116,10 @@ buffer's environment.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ssf9i6iym2rb530k2w5aj392qa73i6p5y0vwrs5qhkv9lagqq7p"))))
|
"0nqqx4qlw75lmbn0v927sg3xyjkk86ihw1q3rdbbn59va41grds4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-inheritenv" ,emacs-inheritenv)))
|
||||||
(home-page "https://github.com/purcell/envrc")
|
(home-page "https://github.com/purcell/envrc")
|
||||||
(synopsis "Support for Direnv which operates buffer-locally")
|
(synopsis "Support for Direnv which operates buffer-locally")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue