GNU bug report logs - #77207
[PATCH] gnu: emacs-dirvish: Update to 2.2.7.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 23 Mar 2025 12:08:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77207 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#77207] [PATCH v1] gnu: emacs-dirvish: Update to 2.2.7.
Date: Sun, 23 Mar 2025 17:25:26 +0100
* gnu/packages/emacs-xyz.scm (emacs-dirvish): Update to 2.2.7.

Change-Id: Iabbd1e0f0b4f22cbe3c68ac0b8d9da5b88f6a207
---
 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 2e8270c667..65f1199311 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22631,19 +22631,20 @@ (define-public emacs-dired-sidebar
 (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

base-commit: 4ea012fc6ddcb32574fbd4a854b11808c34fbca8
-- 
2.49.0





This bug report was last modified 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.