gnu: emacs-polymode: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-polymode): Update to 0.2.2.
This commit is contained in:
Nicolas Goaziou 2020-11-21 12:59:22 +01:00
parent 6a5e0cb1e6
commit 4df05a6c8a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13311,16 +13311,16 @@ (define-public emacs-transmission
(define-public emacs-polymode
(package
(name "emacs-polymode")
(version "0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/polymode/polymode")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b"))))
(version "0.2.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/polymode/polymode")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "18ssl2h861dm2jkd3df6wkfr48p8zk337dbvpq5522kia7fq1lbn"))))
(build-system emacs-build-system)
(home-page "https://github.com/polymode/polymode")
(synopsis "Framework for multiple Emacs modes based on indirect buffers")