mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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
|
||||
(package
|
||||
(name "emacs-direnv")
|
||||
(version "1.5.0")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1730,7 +1730,7 @@ (define-public emacs-direnv
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02blhinkkfh3iai6j1k5swplf5mkwijy3p7wy38rnd1gnyj2z4la"))))
|
||||
"005ibyzsx1fdyrl5iyhqpb1bg83mphzahq7zvw58x00syyqi2z49"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("dash" ,emacs-dash)
|
||||
|
|
Loading…
Reference in a new issue