diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-29 10:11:19 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-29 10:43:36 +0200 |
commit | 647524d308151ba2e73816616290b062a70eeea7 (patch) | |
tree | 9b9b421c2d8d839a0b5da0e0811a94d14b43dbfd /gnu/packages/emacs-xyz.scm | |
parent | aa85b99a884e688de683f8c546c93b1e31b1ea30 (diff) | |
download | guix-647524d308151ba2e73816616290b062a70eeea7.tar guix-647524d308151ba2e73816616290b062a70eeea7.tar.gz |
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
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 24120750b7..618b505f2f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1946,10 +1946,10 @@ Alternatively the menu can be bound globally, for example: (license license:gpl3+))) (define-public emacs-nano-modeline - (let ((commit "a18780c277838983932623870752f0adddef0345")) ;version bump + (let ((commit "04676d57a1e602123a593836745a744d1b2028fb")) ;version bump (package (name "emacs-nano-modeline") - (version "1.0.1") + (version "1.1.0") (source (origin (method git-fetch) (uri (git-reference @@ -1958,7 +1958,7 @@ Alternatively the menu can be bound globally, for example: (file-name (git-file-name name version)) (sha256 (base32 - "017vxz96fh26jb2xj7jnz8w580knvybcdr4xjad4xs72l2lrkj37")))) + "1q10zd8aiq5xm7p4sm1mrfmw0sfgfyznyk4lvh2rl9pqh9kh700a")))) (build-system emacs-build-system) (home-page "https://github.com/rougier/nano-modeline") (synopsis "Emacs minor mode controlling mode line") |