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:
Anderson Torres 2025-05-31 15:17:01 -03:00 committed by Ian Eure
parent f302e64a06
commit ca2180a6a9
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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