mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: emacs-direnv: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 1.5.0.
This commit is contained in:
parent
89647ff1d4
commit
21d56a8237
1 changed files with 2 additions and 2 deletions
|
@ -1393,7 +1393,7 @@ Emacs buffer.")
|
||||||
(define-public emacs-direnv
|
(define-public emacs-direnv
|
||||||
(package
|
(package
|
||||||
(name "emacs-direnv")
|
(name "emacs-direnv")
|
||||||
(version "1.2.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1403,7 +1403,7 @@ Emacs buffer.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"172jyl8v4zy9bbha8nndq63x8svn9xqkafkj3q17z289na8iaylh"))))
|
"02blhinkkfh3iai6j1k5swplf5mkwijy3p7wy38rnd1gnyj2z4la"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dash" ,emacs-dash)
|
`(("dash" ,emacs-dash)
|
||||||
|
|
Loading…
Add table
Reference in a new issue