mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-ztree: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 1.0.6.
This commit is contained in:
parent
51b01b957a
commit
bbb4604487
1 changed files with 4 additions and 3 deletions
|
@ -20238,10 +20238,11 @@ (define-public emacs-rust-mode
|
|||
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 @@ (define-public emacs-ztree
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue