GNU bug report logs - #77281
[PATCH] gnu: emacs-treemacs: Update to 3.2.

Previous Next

Package: guix-patches;

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

Date: Wed, 26 Mar 2025 13:22:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-treemacs: Update to 3.2.
Date: Wed, 26 Mar 2025 14:20:40 +0100
* 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.