diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-02 22:54:45 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-02 23:47:49 +0200 |
commit | 2526aecfb0b3541cfa51f241dbdad69fcf6eabe0 (patch) | |
tree | 0a50c61cf9788ef81d0b2a388b921b67be4851bd /gnu | |
parent | 412c2bdd7d2ee4849b0bf00b57277055b6bc46fb (diff) |
gnu: emacs-eshell-prompt-extras: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): Update to 1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9c889a0f2d..0d490fd34b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -33218,7 +33218,7 @@ information from the tags gathered by CEDET's semantic analyzer.)") (define-public emacs-eshell-prompt-extras (package (name "emacs-eshell-prompt-extras") - (version "1.0") + (version "1.1") (home-page "https://github.com/zwild/eshell-prompt-extras") (source (origin @@ -33229,7 +33229,7 @@ information from the tags gathered by CEDET's semantic analyzer.)") (file-name (git-file-name name version)) (sha256 (base32 - "0gb07mns23dgqqr6qfy7d6ndizy15sqgbgfaig6k5xbjnwi02v9g")))) + "04wgffj43lw1i853s8vkw8hvjx29vv5lnmhjyqcclwfnbj7ddvn9")))) (build-system emacs-build-system) (synopsis "Display extra information and color for your Eshell prompt") (description "This library displays various customizable elements for |