gnu: emacs-moody: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.0.0.
[propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
Nicolas Goaziou 2023-05-21 14:20:21 +02:00
parent dc1f0ca433
commit 6bf3f3ff0a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1638,7 +1638,7 @@ (define-public emacs-nano-modeline
(define-public emacs-moody
(package
(name "emacs-moody")
(version "0.7.1")
(version "1.0.0")
(source
(origin
(method git-fetch)
@ -1647,8 +1647,10 @@ (define-public emacs-moody
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "09yyihx6cpa724z6cj2rqspajwj325ipgpmckklpgq6l4h5xnwy4"))))
(base32 "03rg1f8lnxc16cipadaxgvl9cdxlihn64xbww35n8cbkhgmmir5z"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/tarsius/moody")
(synopsis "Tabs and ribbons for Emacs mode-line")
(description