gnu: emacs-eshell-prompt-extras: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): Update to 1.0.
This commit is contained in:
parent
1fae1f6b77
commit
af3ec370b2
1 changed files with 18 additions and 20 deletions
|
@ -19706,29 +19706,27 @@ variable and the @code{minibuffer-line} face.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eshell-prompt-extras
|
(define-public emacs-eshell-prompt-extras
|
||||||
(let ((commit "5a328e1b9112c7f31ce2da7cde340f96626546b6")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-eshell-prompt-extras")
|
||||||
(package
|
(version "1.0")
|
||||||
(name "emacs-eshell-prompt-extras")
|
(home-page "https://github.com/zwild/eshell-prompt-extras")
|
||||||
(version (git-version "0.96" revision commit))
|
(source
|
||||||
(home-page "https://github.com/zwild/eshell-prompt-extras")
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url home-page)
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url home-page)
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"0gb07mns23dgqqr6qfy7d6ndizy15sqgbgfaig6k5xbjnwi02v9g"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"0fwlvrzjygs12dcp89wy3rb3wa03mrvbzpmpvmz4x6dfpr7csznk"))))
|
(synopsis "Display extra information and color for your Eshell prompt")
|
||||||
(build-system emacs-build-system)
|
(description "This library displays various customizable elements for
|
||||||
(synopsis "Display extra information and color for your Eshell prompt")
|
|
||||||
(description "This library displays various customizable elements for
|
|
||||||
@code{eshell} prompts: remote user, remote host, python virtual environment
|
@code{eshell} prompts: remote user, remote host, python virtual environment
|
||||||
info, git branch, git dirty info and git unpushed number. Multiple themes are
|
info, git branch, git dirty info and git unpushed number. Multiple themes are
|
||||||
available.")
|
available.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eshell-did-you-mean
|
(define-public emacs-eshell-did-you-mean
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue