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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3aaab0c9c4 gnu: tree: Update to 2.0.2.
3aaab0c9c4 is described below

commit 3aaab0c9c4298aadb5d4e5306a1ef612dacb9588
Author: Efraim Flashner <[email protected]>
AuthorDate: Sat Feb 19 18:39:58 2022 +0200

    gnu: tree: Update to 2.0.2.
    
    * gnu/packages/admin.scm (tree): Update to 2.0.2.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5bb8840e94..7da8a29306 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2373,14 +2373,14 @@ recover lost partitions and/or make non-booting disks 
bootable again.")
 (define-public tree
   (package
     (name "tree")
-    (version "2.0.1")
+    (version "2.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "http://mama.indstate.edu/users/ice/tree/src/tree-";
                     version ".tgz"))
               (sha256
-               (base32 
"0f92vx6gpz7v29wi9clklzah57v7lgx5kv0m1w4b9xjc35d9qcz3"))))
+               (base32 
"1bzfkr3kmn2v5x7ljir691fr9hhjvjxqsfz0fc5fgi6ki0fklsbx"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to