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:
Nicolas Goaziou 2024-02-22 15:26:08 +01:00
parent 182b30a414
commit 52e4048954
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ Common Lisp or Smalltalk, but for Emacs Lisp.")
(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 @@ Common Lisp or Smalltalk, but for Emacs Lisp.")
(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))