GNU bug report logs -
#77207
[PATCH] gnu: emacs-dirvish: Update to 2.2.7.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77207 in the body.
You can then email your comments to 77207 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77207
; Package
guix-patches
.
(Sun, 23 Mar 2025 12:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Mar 2025 12:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-dirvish): Update to 2.2.7.
Change-Id: Iabbd1e0f0b4f22cbe3c68ac0b8d9da5b88f6a207
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2e8270c667..62af872ba0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22631,15 +22631,15 @@ (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
base-commit: 4ea012fc6ddcb32574fbd4a854b11808c34fbca8
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77207
; Package
guix-patches
.
(Sun, 23 Mar 2025 16:26:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 77207 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77207
; Package
guix-patches
.
(Sat, 29 Mar 2025 16:15:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 77207 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as ba84b95093.
Thanks,
-- Ian
bug closed, send any further explanations to
77207 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 29 Mar 2025 16:15:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 27 Apr 2025 11:24:06 GMT)
Full text and
rfc822 format available.
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.