diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-05-01 22:18:29 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-05-01 22:19:58 +0200 |
| commit | 810b53dea206dcd664fc3496e580748e2cdaf154 (patch) | |
| tree | 3dd7e72e1584a400ed86ca52786270448e7c9df0 /gnu | |
| parent | adce114335ac64d25ba4e6903f898d64c53441e6 (diff) | |
gnu: emacs-treepy: Update to 0.1.3.
* gnu/packages/emacs-xyz.scm (emacs-treepy): Update to 0.1.3.
Change-Id: I6557a04b1fa2b1529cd1f4f0a40159e187ad9be8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ab30d4bdda..05cc5ffd50 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3551,7 +3551,7 @@ theme but now takes more inspiration from the Nano theme.") (define-public emacs-treepy (package (name "emacs-treepy") - (version "0.1.2") + (version "0.1.3") (source (origin (method git-fetch) (uri (git-reference @@ -3560,7 +3560,7 @@ theme but now takes more inspiration from the Nano theme.") (file-name (git-file-name name version)) (sha256 (base32 - "0pmrpij80m5kgcr8bw36r8wllgppasw08vn3ghwvis9srpaq75cn")))) + "0z91vd12gikgb6207sz45fhcmhkl5hqbxjbzcaqpkznfgsq95f7j")))) (build-system emacs-build-system) (home-page "https://github.com/volrath/treepy.el") |
