mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-nano-modeline: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.1.0. Change-Id: I18938a941a6f3018323c37ba2fc35bacbb1c3257
This commit is contained in:
parent
aa85b99a88
commit
647524d308
1 changed files with 3 additions and 3 deletions
|
@ -1946,10 +1946,10 @@ (define-public emacs-minions
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-nano-modeline
|
(define-public emacs-nano-modeline
|
||||||
(let ((commit "a18780c277838983932623870752f0adddef0345")) ;version bump
|
(let ((commit "04676d57a1e602123a593836745a744d1b2028fb")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-nano-modeline")
|
(name "emacs-nano-modeline")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1958,7 +1958,7 @@ (define-public emacs-nano-modeline
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"017vxz96fh26jb2xj7jnz8w580knvybcdr4xjad4xs72l2lrkj37"))))
|
"1q10zd8aiq5xm7p4sm1mrfmw0sfgfyznyk4lvh2rl9pqh9kh700a"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/rougier/nano-modeline")
|
(home-page "https://github.com/rougier/nano-modeline")
|
||||||
(synopsis "Emacs minor mode controlling mode line")
|
(synopsis "Emacs minor mode controlling mode line")
|
||||||
|
|
Loading…
Reference in a new issue