me
/
guix
Archived
1
0
Fork 0

gnu: emacs-moody: Update to 0.7.0.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.0.
master
Nicolas Goaziou 2022-01-02 11:02:38 +01:00
parent 738a71c286
commit 797f2a15d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -966,7 +966,7 @@ Alternatively the menu can be bound globally, for example:
(define-public emacs-moody
(package
(name "emacs-moody")
(version "0.6.0")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -975,7 +975,7 @@ Alternatively the menu can be bound globally, for example:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "14x3hd0z0nh0dyfi434vqywi7aawfxhlqj6sp7m17np56zq32yhi"))))
(base32 "1xzi93hp4jrxqi3x31cpx4ff1yh2gq9y7qvv65gj19cfk9a0da88"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/moody")
(synopsis "Tabs and ribbons for Emacs mode-line")