mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-treebundel: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-treebundel): Update to 0.3.0. Change-Id: I7b29f236c336ee7159170a335165c23809eb1957
This commit is contained in:
parent
182b30a414
commit
52e4048954
1 changed files with 2 additions and 2 deletions
|
@ -823,7 +823,7 @@ (define-public emacs-inspector
|
|||
(define-public emacs-treebundel
|
||||
(package
|
||||
(name "emacs-treebundel")
|
||||
(version "0.1.0")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -832,7 +832,7 @@ (define-public emacs-treebundel
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hk2xnjsr85in48h02xbzi8lsccp36li2bp9v9j0r8qn1bis2vv9"))))
|
||||
(base32 "0fpmm3jb95lksamxqz9850x2vcmcvq6bx29sn0fci6ny4cvpnq5k"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue