GNU bug report logs -
#77281
[PATCH] gnu: emacs-treemacs: Update to 3.2.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 3.2.
Change-Id: I85044a16e860598e5479ae365e1021ac4ec692ca
---
gnu/packages/emacs-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index da30b4776c..4053db96c3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33711,7 +33711,7 @@ (define-public emacs-pfuture
(define-public emacs-treemacs
(package
(name "emacs-treemacs")
- (version "3.1")
+ (version "3.2")
(source
(origin
(method git-fetch)
@@ -33720,11 +33720,10 @@ (define-public emacs-treemacs
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1rs0l0k9fd8xav627944jfm518yillcmjbdrkzjw3xq1wx80pn95"))))
+ (base32 "0z8pc7y8p32vhlv5ibr11mrd8r8fk09dfgsj7a63d48r992p7gih"))))
(build-system emacs-build-system)
(arguments
(list
- #:tests? #t
#:test-command #~(list "make" "-C" "../.." "test")
#:phases
#~(modify-phases %standard-phases
base-commit: 0c83bcfa812f49d5d8c91255548aad46ef3bfcb6
--
2.49.0
This bug report was last modified 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.