mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: emacs-moody: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.1. Change-Id: I28a5bff801bbf7751125c5656ae101e298d54569
This commit is contained in:
parent
f955ecdbeb
commit
fae1e7dc89
1 changed files with 2 additions and 2 deletions
|
@ -2088,7 +2088,7 @@ (define-public emacs-nano-modeline
|
||||||
(define-public emacs-moody
|
(define-public emacs-moody
|
||||||
(package
|
(package
|
||||||
(name "emacs-moody")
|
(name "emacs-moody")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2097,7 +2097,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 "1pj1gpwmwl5affnvwb8ckx4xl9vm7xs8bn1xncsr0m8aamv2rh03"))))
|
(base32 "1dgamndly8lbjwzb4435v99izabdir9fbx31sm9bh1c5yqdka6cp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Reference in a new issue