diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-04-16 18:52:18 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-04-16 18:52:18 +0200 |
commit | bbb4604487a13ca8406c563878e507e4b92a7fc4 (patch) | |
tree | 1081809f3a6d2d3c12bdb3078e5881fff54386b7 | |
parent | 51b01b957a2dda12984903a9b7fb9a1a5967a145 (diff) | |
download | guix-bbb4604487a13ca8406c563878e507e4b92a7fc4.tar.gz |
gnu: emacs-ztree: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 1.0.6.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fc3c63bfc8..c28169ac97 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20238,10 +20238,11 @@ source code.") license:asl2.0)))) (define-public emacs-ztree - (let ((commit "6eee81d2691009ce60b2edf7c298b227caf1b0d6")) + ;; Upstream provides no tag, but the commit below matches latest release. + (let ((commit "c9ad9136d52ca5a81475693864e255d29448f43f")) (package (name "emacs-ztree") - (version (git-version "1.0.5" "2" commit)) + (version "1.0.6") (source (origin (method git-fetch) @@ -20251,7 +20252,7 @@ source code.") (file-name (git-file-name name version)) (sha256 (base32 - "1xmimjflylssx63g1kpd5n34gdlpivgg9ih8nwplad57bxiy2yqb")))) + "03i5pa3nfdz6g0yrdk7r2qcn679w0s85cc5kcmgrwlnhdzakgr80")))) (build-system emacs-build-system) (home-page "https://github.com/fourier/ztree") (synopsis "Directory tree comparison mode for Emacs") |