This is an automated email from the git hooks/post-receive script.

ieure pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ba84b95093 gnu: emacs-dirvish: Update to 2.2.7.
ba84b95093 is described below

commit ba84b95093654143596873f824bcb054fe53c64f
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Mar 23 17:25:26 2025 +0100

    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 <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3323b594c0..07c1ad9b75 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22766,19 +22766,20 @@ or @code{treemacs}, but leveraging @code{Dired} to do 
the job of display.")
 (define-public emacs-dirvish
   (package
     (name "emacs-dirvish")
-    (version "2.1.0")
+    (version "2.2.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/alexluigit/dirvish";)
-                    (commit "2.1.0")))
+                    (commit version)))
               (sha256
                (base32
-                "01mihv8p8ljdw19n0cqhaixyk8ic58zz2r8qhwy7900xpyn3b91w"))
+                "13y066sj6ax8czlfp6vy2da310q988vij933wvw31frihwd2v200"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments
      (list
+      #:tests? #f ; no actual tests
       #:phases
       #~(modify-phases %standard-phases
           ;; Move the extensions source files to the top level, which

Reply via email to