mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: emacs-moody: Update to 0.5.5.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.5.
This commit is contained in:
parent
6cdc1c72f1
commit
5af640b6d7
1 changed files with 2 additions and 2 deletions
|
@ -851,7 +851,7 @@ (define-public emacs-minions
|
||||||
(define-public emacs-moody
|
(define-public emacs-moody
|
||||||
(package
|
(package
|
||||||
(name "emacs-moody")
|
(name "emacs-moody")
|
||||||
(version "0.5.4")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -860,7 +860,7 @@ (define-public emacs-moody
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n8p864yj5m3n7f9qiq9hy24dwfvv0a0wchx2818rppff6vfq3hf"))))
|
(base32 "0b4kg4dxy4ywwin96vz6x3rpvgr718y5rgrdarmwym9wv1qz0a0c"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue