gnu: emacs-nano-modeline: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.0.0.master
parent
f2c6479b3f
commit
1b9739482c
|
@ -1690,12 +1690,10 @@ Alternatively the menu can be bound globally, for example:
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-nano-modeline
|
(define-public emacs-nano-modeline
|
||||||
;; No tagged release upstream. The commit below matches latest version
|
(let ((commit "cba074e55c847f289085ec35c21fb2ad8df1b483")) ;version bump
|
||||||
;; bump.
|
|
||||||
(let ((commit "61f62aa4716eae4fa89961955323d146e9791fca"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-nano-modeline")
|
(name "emacs-nano-modeline")
|
||||||
(version "0.7.2")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1704,7 +1702,7 @@ Alternatively the menu can be bound globally, for example:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zwf3mp0z4vc36lg057vspk7dr8chcvhivm1l8q7p3m9b6xw8ask"))))
|
"0fccasr5ydyfwpqj3kmsgxiazifkckybg2rnwm6sg034phavcyln"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue