gnu: emacs-moody: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.4.master
parent
985570ad30
commit
08d8c2d3c0
|
@ -679,16 +679,16 @@ Alternatively the menu can be bound globally, for example:
|
||||||
(define-public emacs-moody
|
(define-public emacs-moody
|
||||||
(package
|
(package
|
||||||
(name "emacs-moody")
|
(name "emacs-moody")
|
||||||
(version "0.5.3")
|
(version "0.5.4")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/tarsius/moody")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/tarsius/moody")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1xyw4l42053595r76lj8safsx6pj25as0107wd96by3h7dg9m586"))))
|
(base32 "0n8p864yj5m3n7f9qiq9hy24dwfvv0a0wchx2818rppff6vfq3hf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tarsius/moody")
|
(home-page "https://github.com/tarsius/moody")
|
||||||
(synopsis "Tabs and ribbons for Emacs mode-line")
|
(synopsis "Tabs and ribbons for Emacs mode-line")
|
||||||
|
|
Reference in New Issue