mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-lsp-treemacs: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-lsp-treemacs): Update to 0.5. Change-Id: If502752d78a4e87d375e5bb74d005542a2fa28fc
This commit is contained in:
parent
0854784c52
commit
19c628cc3f
1 changed files with 2 additions and 2 deletions
|
@ -30813,7 +30813,7 @@ (define* (%emacs-lsp-treemacs-upstream-source #:key commit version hash)
|
||||||
(define-public emacs-lsp-treemacs
|
(define-public emacs-lsp-treemacs
|
||||||
(package
|
(package
|
||||||
(name "emacs-lsp-treemacs")
|
(name "emacs-lsp-treemacs")
|
||||||
(version "0.4")
|
(version "0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method (@@ (guix packages) computed-origin-method))
|
(method (@@ (guix packages) computed-origin-method))
|
||||||
|
@ -30842,7 +30842,7 @@ (define-public emacs-lsp-treemacs
|
||||||
#:commit version #:version version
|
#:commit version #:version version
|
||||||
#:hash
|
#:hash
|
||||||
(content-hash
|
(content-hash
|
||||||
"05ivqa5900139jzjhwc3nggwznhm8564dz4ydcxym2ddd63571k0"))
|
"0clifff6xhi1irmx08wjdl13vlh05a7c108hmzzqmmklg76zyr04"))
|
||||||
dir)
|
dir)
|
||||||
|
|
||||||
(with-directory-excursion dir
|
(with-directory-excursion dir
|
||||||
|
|
Loading…
Reference in a new issue