mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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:
parent
6a5e0cb1e6
commit
4df05a6c8a
1 changed files with 10 additions and 10 deletions
|
@ -13311,16 +13311,16 @@ (define-public emacs-transmission
|
||||||
(define-public emacs-polymode
|
(define-public emacs-polymode
|
||||||
(package
|
(package
|
||||||
(name "emacs-polymode")
|
(name "emacs-polymode")
|
||||||
(version "0.2")
|
(version "0.2.2")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/polymode/polymode")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/polymode/polymode")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b"))))
|
(base32 "18ssl2h861dm2jkd3df6wkfr48p8zk337dbvpq5522kia7fq1lbn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/polymode/polymode")
|
(home-page "https://github.com/polymode/polymode")
|
||||||
(synopsis "Framework for multiple Emacs modes based on indirect buffers")
|
(synopsis "Framework for multiple Emacs modes based on indirect buffers")
|
||||||
|
|
Loading…
Reference in a new issue