mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-treemacs: Update to 2.9.1.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.1.
This commit is contained in:
parent
8be41a07ad
commit
f80ce9b6b3
1 changed files with 2 additions and 2 deletions
|
@ -23758,7 +23758,7 @@ processes for Emacs")
|
||||||
(define-public emacs-treemacs
|
(define-public emacs-treemacs
|
||||||
(package
|
(package
|
||||||
(name "emacs-treemacs")
|
(name "emacs-treemacs")
|
||||||
(version "2.9")
|
(version "2.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23767,7 +23767,7 @@ processes for Emacs")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"141mgd742grvs94mnr62w1fiwmlhkq8b2131dh4mqrdjgcrd1kl8"))))
|
"1c75b4ni8mxf58b6z9n9f7mij54aial0pbsnp390wcry57z2c77l"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ace-window" ,emacs-ace-window)
|
`(("emacs-ace-window" ,emacs-ace-window)
|
||||||
|
|
Loading…
Add table
Reference in a new issue