mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dirvish: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-dirvish): Update to 2.3.0. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
f302e64a06
commit
ca2180a6a9
1 changed files with 3 additions and 2 deletions
|
@ -23302,7 +23302,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
|||
(define-public emacs-dirvish
|
||||
(package
|
||||
(name "emacs-dirvish")
|
||||
(version "2.2.7")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -23310,7 +23310,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"13y066sj6ax8czlfp6vy2da310q988vij933wvw31frihwd2v200"))
|
||||
"1x79j3xlvhrvigh38vqhfrzqvdnpzaivbxsjzfi0pnx00y8czs5q"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -23326,6 +23326,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
|
|||
(for-each (lambda (f)
|
||||
(rename-file f (basename f)))
|
||||
el-files)))))))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://github.com/alexluigit/dirvish")
|
||||
(synopsis "Improved version of the Emacs package Dired")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue