me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eacl: Update to 2.2.0.

* gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.2.0.
master
Nicolas Goaziou 2021-12-16 13:25:04 +01:00
parent a975a90824
commit 615dda2de4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -25214,7 +25214,7 @@ with passwords for paths matching regexps.")
(define-public emacs-eacl
(package
(name "emacs-eacl")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method git-fetch)
@ -25223,8 +25223,7 @@ with passwords for paths matching regexps.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0n1vlzvq5mv7z1yffjjqm9ixd3r0cljr60kg55l9pj9kp72a4iv8"))))
(base32 "1d2krw9x1mw6jn1q07nbq2qi92fms85q3i9wa2q5drs3368l55vr"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-ivy))