mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-eshell-up: Update to 0.0.4.
* gnu/packages/emacs-xyz.scm (emacs-eshell-up): Update to 0.0.4. Change-Id: Ic1bada9bb60b3e687a98851e13f68f2e85c3025f
This commit is contained in:
parent
33e774d81e
commit
bb819e37e0
1 changed files with 19 additions and 22 deletions
|
@ -31525,28 +31525,25 @@ (define-public emacs-fish-mode
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-eshell-up
|
||||
(let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
|
||||
(version "0.0.3")
|
||||
(revision "12"))
|
||||
(package
|
||||
(name "emacs-eshell-up")
|
||||
(version (git-version version revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/peterwvj/eshell-up")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/peterwvj/eshell-up")
|
||||
(synopsis "Quickly go to a parent directory in @code{Eshell}")
|
||||
(description "This package provides quick navigation to a specific
|
||||
parent directory using @code{Eshell}.")
|
||||
(license license:gpl3+))))
|
||||
(package
|
||||
(name "emacs-eshell-up")
|
||||
(version "0.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/peterwvj/eshell-up")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kdqbnapgdk6p4sid9yjlk16sps2qq3xyh7j0jljn0c25qhqbw21"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/peterwvj/eshell-up")
|
||||
(synopsis "Quickly go to a parent directory in Eshell")
|
||||
(description "This package provides quick navigation to a specific parent
|
||||
directory using Eshell.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-springboard
|
||||
;; Upstream provides no tag. Using the latest commit. Version is extracted
|
||||
|
|
Loading…
Reference in a new issue