1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

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 <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-03-26 14:20:40 +01:00 committed by Ian Eure
parent a202f5e415
commit 3746dcae31
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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