gnu: python-waf: Update to 2.0.10.

* gnu/packages/python.scm (python-waf): Update to 2.0.10.
This commit is contained in:
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

View file

@ -5406,14 +5406,14 @@ (define-public python2-backports-shutil-get-terminal-size
(define-public python-waf (define-public python-waf
(package (package
(name "python-waf") (name "python-waf")
(version "1.9.8") (version "2.0.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://waf.io/" (uri (string-append "https://waf.io/"
"waf-" version ".tar.bz2")) "waf-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0wl4cnmp06lfxqjxaan58bqxn27smhydz0sg5prrfbl3bsw4gv6q")))) "1v832jljl5wwqyimz40zgksf5ws1w3d2niz3qxamyp5dnyvzjl35"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases