mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-moody: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.1.
This commit is contained in:
parent
3532e29e38
commit
1249251e9b
1 changed files with 2 additions and 2 deletions
|
@ -1077,7 +1077,7 @@ (define-public emacs-nano-modeline
|
||||||
(define-public emacs-moody
|
(define-public emacs-moody
|
||||||
(package
|
(package
|
||||||
(name "emacs-moody")
|
(name "emacs-moody")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1086,7 +1086,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 "1xzi93hp4jrxqi3x31cpx4ff1yh2gq9y7qvv65gj19cfk9a0da88"))))
|
(base32 "09yyihx6cpa724z6cj2rqspajwj325ipgpmckklpgq6l4h5xnwy4"))))
|
||||||
(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