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:
parent
a202f5e415
commit
3746dcae31
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue