parent
73fb14c28a
commit
16ee7f1f62
|
@ -2504,14 +2504,14 @@ characters can be replaced as well, as can UTF-8 characters.")
|
||||||
(define-public tree
|
(define-public tree
|
||||||
(package
|
(package
|
||||||
(name "tree")
|
(name "tree")
|
||||||
(version "2.0.2")
|
(version "2.0.3")
|
||||||
(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 "1bzfkr3kmn2v5x7ljir691fr9hhjvjxqsfz0fc5fgi6ki0fklsbx"))))
|
(base32 "079vda37d5i3nfx12wx81z6r6bxynv2jww1z1hjziiwxbxxyf55s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue