mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -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
|
(define-public emacs-envrc
|
||||||
(package
|
(package
|
||||||
(name "emacs-envrc")
|
(name "emacs-envrc")
|
||||||
(version "0.6")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21344,7 +21344,7 @@ (define-public emacs-envrc
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a4ixhvs53ymcm0fjlvnh47rd0sp23w4ngns4m0ydcs5vq8hwq5m"))))
|
"03mjws4fp00g5smivs1iz0r78mmd5sgj1g4xyi8aq21mpv5rd2m0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue