gnu: emacs-nano-modeline: Update to 0.7.2.

* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.2.
This commit is contained in:
Nicolas Goaziou 2022-10-29 10:46:21 +02:00
parent e4fcb6d1b3
commit db3c80e8ab
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1220,10 +1220,10 @@ (define-public emacs-minions
(define-public emacs-nano-modeline
;; No tagged release upstream. The commit below matches latest version
;; bump.
(let ((commit "823161c8894996e5c8375249f467a422579a2947"))
(let ((commit "61f62aa4716eae4fa89961955323d146e9791fca"))
(package
(name "emacs-nano-modeline")
(version "0.7.1")
(version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1232,7 +1232,7 @@ (define-public emacs-nano-modeline
(file-name (git-file-name name version))
(sha256
(base32
"1g59g1r7gs1pz7wbh07k9p47qp7fygd1gc5kwbd0s5w42zhc6mid"))))
"1zwf3mp0z4vc36lg057vspk7dr8chcvhivm1l8q7p3m9b6xw8ask"))))
(build-system emacs-build-system)
(home-page "https://github.com/rougier/nano-modeline")
(synopsis "Emacs minor mode controlling mode line")