mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Common Lisp or Smalltalk, but for Emacs Lisp.")
|
||||||
(define-public emacs-treebundel
|
(define-public emacs-treebundel
|
||||||
(package
|
(package
|
||||||
(name "emacs-treebundel")
|
(name "emacs-treebundel")
|
||||||
(version "0.1.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -832,7 +832,7 @@ Common Lisp or Smalltalk, but for Emacs Lisp.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hk2xnjsr85in48h02xbzi8lsccp36li2bp9v9j0r8qn1bis2vv9"))))
|
(base32 "0fpmm3jb95lksamxqz9850x2vcmcvq6bx29sn0fci6ny4cvpnq5k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue