mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-lsp-treemacs: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-lsp-treemacs): Update to 0.4.
This commit is contained in:
parent
9cf8786aed
commit
8ffbf2567b
1 changed files with 2 additions and 2 deletions
|
@ -23575,7 +23575,7 @@ (define-public emacs-lsp-mode
|
|||
(define-public emacs-lsp-treemacs
|
||||
(package
|
||||
(name "emacs-lsp-treemacs")
|
||||
(version "0.3")
|
||||
(version "0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23584,7 +23584,7 @@ (define-public emacs-lsp-treemacs
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z9cb7i546pbzvxii6lsj31jq8m70xrzscphl5z71vh93sydyhkb"))))
|
||||
(base32 "05ivqa5900139jzjhwc3nggwznhm8564dz4ydcxym2ddd63571k0"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-lsp-mode" ,emacs-lsp-mode)
|
||||
|
|
Loading…
Reference in a new issue