mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: emacs-eacl: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.1.0.
This commit is contained in:
parent
5b6447fcce
commit
9634f7f42e
1 changed files with 2 additions and 2 deletions
|
@ -24983,7 +24983,7 @@ (define-public emacs-tramp-auto-auth
|
|||
(define-public emacs-eacl
|
||||
(package
|
||||
(name "emacs-eacl")
|
||||
(version "2.0.4")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24993,7 +24993,7 @@ (define-public emacs-eacl
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fxb2lv4cqdjxarqhzjgfc43sncc1c6m96n0aflm8l4gdmm090kq"))))
|
||||
"0n1vlzvq5mv7z1yffjjqm9ixd3r0cljr60kg55l9pj9kp72a4iv8"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-ivy" ,emacs-ivy)))
|
||||
|
|
Loading…
Reference in a new issue