mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dirvish: Update to 2.2.7.
* gnu/packages/emacs-xyz.scm (emacs-dirvish): Update to 2.2.7. Change-Id: Iabbd1e0f0b4f22cbe3c68ac0b8d9da5b88f6a207 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
3f3541706e
commit
ba84b95093
1 changed files with 4 additions and 3 deletions
|
@ -22766,19 +22766,20 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
||||||
(define-public emacs-dirvish
|
(define-public emacs-dirvish
|
||||||
(package
|
(package
|
||||||
(name "emacs-dirvish")
|
(name "emacs-dirvish")
|
||||||
(version "2.1.0")
|
(version "2.2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alexluigit/dirvish")
|
(url "https://github.com/alexluigit/dirvish")
|
||||||
(commit "2.1.0")))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01mihv8p8ljdw19n0cqhaixyk8ic58zz2r8qhwy7900xpyn3b91w"))
|
"13y066sj6ax8czlfp6vy2da310q988vij933wvw31frihwd2v200"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ; no actual tests
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
;; Move the extensions source files to the top level, which
|
;; Move the extensions source files to the top level, which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue