gnu: emacs-eshell-up: Update to 0.0.4.
* gnu/packages/emacs-xyz.scm (emacs-eshell-up): Update to 0.0.4. Change-Id: Ic1bada9bb60b3e687a98851e13f68f2e85c3025fmaster
parent
33e774d81e
commit
bb819e37e0
|
@ -31525,28 +31525,25 @@ functions for Fish shell scripts.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eshell-up
|
(define-public emacs-eshell-up
|
||||||
(let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
|
(package
|
||||||
(version "0.0.3")
|
(name "emacs-eshell-up")
|
||||||
(revision "12"))
|
(version "0.0.4")
|
||||||
(package
|
(source
|
||||||
(name "emacs-eshell-up")
|
(origin
|
||||||
(version (git-version version revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/peterwvj/eshell-up")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/peterwvj/eshell-up")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"0kdqbnapgdk6p4sid9yjlk16sps2qq3xyh7j0jljn0c25qhqbw21"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(home-page "https://github.com/peterwvj/eshell-up")
|
||||||
"00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
|
(synopsis "Quickly go to a parent directory in Eshell")
|
||||||
(build-system emacs-build-system)
|
(description "This package provides quick navigation to a specific parent
|
||||||
(home-page "https://github.com/peterwvj/eshell-up")
|
directory using Eshell.")
|
||||||
(synopsis "Quickly go to a parent directory in @code{Eshell}")
|
(license license:gpl3+)))
|
||||||
(description "This package provides quick navigation to a specific
|
|
||||||
parent directory using @code{Eshell}.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-springboard
|
(define-public emacs-springboard
|
||||||
;; Upstream provides no tag. Using the latest commit. Version is extracted
|
;; Upstream provides no tag. Using the latest commit. Version is extracted
|
||||||
|
|
Reference in New Issue