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.master
parent
dc1f0ca433
commit
6bf3f3ff0a
|
@ -1638,7 +1638,7 @@ displayed at the bottom or at the top.")
|
|||
(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 @@ displayed at the bottom or at the top.")
|
|||
(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
|
||||
|
|
Reference in New Issue