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 20210210.


From: guix-commits
Subject: branch master updated: gnu: emacs-ztree: Update to 20210210.
Date: Thu, 11 Feb 2021 06:02:30 -0500

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

ambrevar pushed a commit to branch master
in repository guix.

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

commit 1b62e3ab4222865255bd4df98228cb87174c4ebd
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Feb 11 12:01:53 2021 +0100

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a757703..3007d5a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19722,10 +19722,10 @@ source code.")
                    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 @@ source code.")
          (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")



reply via email to

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