mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: emacs-envrc: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-envrc): Update to 0.11. Change-Id: I8ffbef202b57a11efd9fb11bc5f10ad2b575e84e
This commit is contained in:
parent
398d9cbd74
commit
127c3f06cc
1 changed files with 2 additions and 2 deletions
|
@ -21334,7 +21334,7 @@ (define-public emacs-enlive
|
|||
(define-public emacs-envrc
|
||||
(package
|
||||
(name "emacs-envrc")
|
||||
(version "0.6")
|
||||
(version "0.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21344,7 +21344,7 @@ (define-public emacs-envrc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a4ixhvs53ymcm0fjlvnh47rd0sp23w4ngns4m0ydcs5vq8hwq5m"))))
|
||||
"03mjws4fp00g5smivs1iz0r78mmd5sgj1g4xyi8aq21mpv5rd2m0"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue