mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: emacs-treemacs: Update to 2.9.4.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
340a91d905
commit
a4ea3c30b4
1 changed files with 2 additions and 2 deletions
|
@ -23822,7 +23822,7 @@ (define-public emacs-pfuture
|
|||
(define-public emacs-treemacs
|
||||
(package
|
||||
(name "emacs-treemacs")
|
||||
(version "2.9.3")
|
||||
(version "2.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23831,7 +23831,7 @@ (define-public emacs-treemacs
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ik7wkv6w5vga29pmj8zzn3lq9a2ww26gkl380hmaak809in6k65"))))
|
||||
(base32 "1g2fy2qkscqx01av92hpjbr6qld8s1gk59cdjbff8fm0vlx8xk2p"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-ace-window" ,emacs-ace-window)
|
||||
|
|
Loading…
Reference in a new issue