guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ztree: Update to 1.0.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-ztree: Update to 1.0.6.
Date: Fri, 16 Apr 2021 12:52:44 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bbb4604  gnu: emacs-ztree: Update to 1.0.6.
bbb4604 is described below

commit bbb4604487a13ca8406c563878e507e4b92a7fc4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Apr 16 18:52:18 2021 +0200

    gnu: emacs-ztree: Update to 1.0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 1.0.6.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fc3c63b..c28169a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]