mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-nano-modeline: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.0.1.
This commit is contained in:
parent
4d6b1f43fc
commit
0237cc9a9f
1 changed files with 3 additions and 3 deletions
|
@ -1690,10 +1690,10 @@ (define-public emacs-minions
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-nano-modeline
|
(define-public emacs-nano-modeline
|
||||||
(let ((commit "cba074e55c847f289085ec35c21fb2ad8df1b483")) ;version bump
|
(let ((commit "a18780c277838983932623870752f0adddef0345")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-nano-modeline")
|
(name "emacs-nano-modeline")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1702,7 +1702,7 @@ (define-public emacs-nano-modeline
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fccasr5ydyfwpqj3kmsgxiazifkckybg2rnwm6sg034phavcyln"))))
|
"017vxz96fh26jb2xj7jnz8w580knvybcdr4xjad4xs72l2lrkj37"))))
|
||||||
(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