me
/
guix
Archived
1
0
Fork 0

gnu: emacs-embark: Update to 0.12.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.12.
master
Nicolas Goaziou 2021-10-22 00:19:54 +02:00
parent a84960f337
commit da168ee6d6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -8209,7 +8209,7 @@ them easier to distinguish from other, less important buffers.")
(define-public emacs-embark (define-public emacs-embark
(package (package
(name "emacs-embark") (name "emacs-embark")
(version "0.10") (version "0.12")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8217,7 +8217,7 @@ them easier to distinguish from other, less important buffers.")
(url "https://github.com/oantolin/embark") (url "https://github.com/oantolin/embark")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "063hc0hganws11vjdk3ic0mxm9i0vpw6s7hzbgxvja0gjkdxjldz")) (base32 "16z7g6ynj4d64wsg49skhwypn5j6awlpsawbz61djsmpzlzjnv36"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs