This is an automated email from the git hooks/post-receive script. ieure pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 3746dcae31 gnu: emacs-treemacs: Update to 3.2. 3746dcae31 is described below commit 3746dcae31730ff405f49e1a32b506bfa827a3ea Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Wed Mar 26 14:20:40 2025 +0100 gnu: emacs-treemacs: Update to 3.2. * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 3.2. Change-Id: I85044a16e860598e5479ae365e1021ac4ec692ca Signed-off-by: Ian Eure <i...@retrospec.tv> --- 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 131dea2e12..3ecf9a6154 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -33759,7 +33759,7 @@ processes for Emacs.") (define-public emacs-treemacs (package (name "emacs-treemacs") - (version "3.1") + (version "3.2") (source (origin (method git-fetch) @@ -33768,11 +33768,10 @@ processes for Emacs.") (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