me
/
guix
Archived
1
0
Fork 0

gnu: emacs-treemacs: Update to 2.9.2.

* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.2.
master
Nicolas Goaziou 2021-10-10 13:37:12 +02:00
parent edbcbdabac
commit ed8481e24d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 10 deletions

View File

@ -23805,16 +23805,16 @@ processes for Emacs")
(define-public emacs-treemacs
(package
(name "emacs-treemacs")
(version "2.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Alexander-Miller/treemacs")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1c75b4ni8mxf58b6z9n9f7mij54aial0pbsnp390wcry57z2c77l"))))
(version "2.9.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Alexander-Miller/treemacs")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "14f40q3zi79j9ss2m5i0s1kv16b3a9kqy2hn5vk4ig9w9dkg8jk5"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-ace-window" ,emacs-ace-window)