me
/
guix
Archived
1
0
Fork 0

gnu: emacs-moody: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.6.0.
Nicolas Goaziou 2021-08-26 10:28:55 +02:00
parent 71521c341f
commit 7ef00db933
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ 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.5") (version "0.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -985,7 +985,7 @@ Alternatively the menu can be bound globally, for example:
(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 "0b4kg4dxy4ywwin96vz6x3rpvgr718y5rgrdarmwym9wv1qz0a0c")))) (base32 "14x3hd0z0nh0dyfi434vqywi7aawfxhlqj6sp7m17np56zq32yhi"))))
(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")