gnu: python-waf: Update to 2.0.10.

* gnu/packages/python.scm (python-waf): Update to 2.0.10.
master
Marius Bakke 2018-09-01 11:02:07 +02:00
parent 3469a5ea47
commit 53b7c9716e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5406,14 +5406,14 @@ so it might be a tiny bit slower.")
(define-public python-waf
(package
(name "python-waf")
(version "1.9.8")
(version "2.0.10")
(source (origin
(method url-fetch)
(uri (string-append "https://waf.io/"
"waf-" version ".tar.bz2"))
(sha256
(base32
"0wl4cnmp06lfxqjxaan58bqxn27smhydz0sg5prrfbl3bsw4gv6q"))))
"1v832jljl5wwqyimz40zgksf5ws1w3d2niz3qxamyp5dnyvzjl35"))))
(build-system python-build-system)
(arguments
'(#:phases