guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: tree: Update to 1.8.0.


From: guix-commits
Subject: 09/09: gnu: tree: Update to 1.8.0.
Date: Mon, 17 Dec 2018 05:41:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1e2ebf7ca4fdcc30dd60c8e88814a59760d14dce
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 17 09:15:37 2018 +0200

    gnu: tree: Update to 1.8.0.
    
    * gnu/packages/admin.scm (tree): Update to 1.8.0.
---
 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 36d0ea8..01deb09 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1409,14 +1409,14 @@ recover lost partitions and/or make non-booting disks 
bootable again.")
 (define-public tree
   (package
     (name "tree")
-    (version "1.7.0")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "http://mama.indstate.edu/users/ice/tree/src/tree-";
                     version ".tgz"))
               (sha256
-               (base32 
"04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9"))))
+               (base32 
"1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases (delete 'configure))



reply via email to

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