gnu: tup: Update to 0.7.9.
* gnu/packages/build-tools.scm (tup): Update to 0.7.9.
This commit is contained in:
parent
e07573432c
commit
0f99da2b39
1 changed files with 2 additions and 2 deletions
|
|
@ -284,14 +284,14 @@ other lower-level build files.")))
|
||||||
(define-public tup
|
(define-public tup
|
||||||
(package
|
(package
|
||||||
(name "tup")
|
(name "tup")
|
||||||
(version "0.7.8")
|
(version "0.7.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://gittup.org/tup/releases/tup-v"
|
(uri (string-append "http://gittup.org/tup/releases/tup-v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z8d5mmddiw3ckdvy88bi48aa5bm0hrid6g9c9hp2ynmpzywmp2h"))
|
"0gnd2598xqgwihdkfkx7qn0q6p4n7npam1fy83mp7s04zwj99syc"))
|
||||||
(patches (search-patches "tup-unbundle-dependencies.patch"))
|
(patches (search-patches "tup-unbundle-dependencies.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
|
||||||
Reference in a new issue