mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: emacs-eshell-git-prompt: Appease linter.
* gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt)[source]<origin>: Use tag instead of raw commit hash. [synopsis]: Remove trailing dot to appease linter. [description]: Shorten long line. Change-Id: Ic24bc89ef54507fc723d3fa4c6f276ae78be279c
This commit is contained in:
parent
75f28dc65d
commit
4c874ecd5d
1 changed files with 20 additions and 20 deletions
|
@ -35208,26 +35208,26 @@ (define-public emacs-eshell-did-you-mean
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eshell-git-prompt
|
(define-public emacs-eshell-git-prompt
|
||||||
(let ((commit "dfcf9cd93add6763e2c46603b0323274d4c22906"))
|
(package
|
||||||
(package
|
(name "emacs-eshell-git-prompt")
|
||||||
(name "emacs-eshell-git-prompt")
|
(version "0.1.3")
|
||||||
(version "0.1.3")
|
(source
|
||||||
(source
|
(origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/xuchunyang/eshell-git-prompt")
|
||||||
(url "https://github.com/xuchunyang/eshell-git-prompt")
|
(commit (string-append "v" version))))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "13b7nr0819pgzyvh0szi0zjyazgpxmsbqcz65cccyhh2pq48zb7j"))))
|
||||||
(base32 "13b7nr0819pgzyvh0szi0zjyazgpxmsbqcz65cccyhh2pq48zb7j"))))
|
(build-system emacs-build-system)
|
||||||
(build-system emacs-build-system)
|
(propagated-inputs (list emacs-dash))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/xuchunyang/eshell-git-prompt")
|
||||||
(list emacs-dash))
|
(synopsis "Themes for Emacs Shell (Eshell) prompt")
|
||||||
(home-page "https://github.com/xuchunyang/eshell-git-prompt")
|
(description
|
||||||
(synopsis "Themes for Emacs Shell (Eshell) prompt.")
|
"This package provides a variety of themes for Emacs Shell (Eshell)
|
||||||
(description "This package provides a variety of themes for Emacs Shell (Eshell) prompt.")
|
prompt.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-unfill
|
(define-public emacs-unfill
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue