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 <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-03-23 17:25:26 +01:00 committed by Ian Eure
parent 3f3541706e
commit ba84b95093
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

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