gnu: emacs-ztree: Update to 20210210.

* gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 20210210.
This commit is contained in:
Pierre Neidhardt 2021-02-11 12:01:53 +01:00
parent 91689b9e08
commit 1b62e3ab42
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -19722,10 +19722,10 @@ (define-public emacs-rust-mode
license:asl2.0))))
(define-public emacs-ztree
(let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
(let ((commit "6eee81d2691009ce60b2edf7c298b227caf1b0d6"))
(package
(name "emacs-ztree")
(version (git-version "1.0.5" "1" commit))
(version (git-version "1.0.5" "2" commit))
(source
(origin
(method git-fetch)
@ -19735,7 +19735,7 @@ (define-public emacs-ztree
(file-name (git-file-name name version))
(sha256
(base32
"0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
"1xmimjflylssx63g1kpd5n34gdlpivgg9ih8nwplad57bxiy2yqb"))))
(build-system emacs-build-system)
(home-page "https://github.com/fourier/ztree")
(synopsis "Directory tree comparison mode for Emacs")