guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ca2180a6a9a0f2f0f0f184056dc21dd4f317ec24
Author: Anderson Torres <[email protected]>
AuthorDate: Sat May 31 15:17:01 2025 -0300
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 <[email protected]>
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7dbb602785..937d50491b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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