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:
Nicolas Goaziou 2021-08-01 20:54:14 +02:00
parent 5b6447fcce
commit 9634f7f42e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))