mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-direnv: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 2.0.0.
This commit is contained in:
parent
b425426236
commit
00895524ec
1 changed files with 2 additions and 2 deletions
|
@ -1720,7 +1720,7 @@ (define-public emacs-calfw
|
||||||
(define-public emacs-direnv
|
(define-public emacs-direnv
|
||||||
(package
|
(package
|
||||||
(name "emacs-direnv")
|
(name "emacs-direnv")
|
||||||
(version "1.5.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1730,7 +1730,7 @@ (define-public emacs-direnv
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02blhinkkfh3iai6j1k5swplf5mkwijy3p7wy38rnd1gnyj2z4la"))))
|
"005ibyzsx1fdyrl5iyhqpb1bg83mphzahq7zvw58x00syyqi2z49"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dash" ,emacs-dash)
|
`(("dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue