gnu: tree: Update to 1.8.0.
* gnu/packages/admin.scm (tree): Update to 1.8.0.
This commit is contained in:
parent
5c0b6d1b1d
commit
1e2ebf7ca4
|
@ -1409,14 +1409,14 @@ recover lost partitions and/or make non-booting disks bootable again.")
|
||||||
(define-public tree
|
(define-public tree
|
||||||
(package
|
(package
|
||||||
(name "tree")
|
(name "tree")
|
||||||
(version "1.7.0")
|
(version "1.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://mama.indstate.edu/users/ice/tree/src/tree-"
|
"http://mama.indstate.edu/users/ice/tree/src/tree-"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9"))))
|
(base32 "1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||||
|
|
Loading…
Reference in New Issue