gnu: python-waf: Update to 1.9.1.

* gnu/packages/python.scm (python-waf): Update to 1.9.1.
master
Efraim Flashner 2016-07-24 10:47:05 +03:00
parent f0b8d83a77
commit f0e8d85e17
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -5009,14 +5009,14 @@ connection to each user.")
(define-public python-waf
(package
(name "python-waf")
(version "1.8.8")
(version "1.9.1")
(source (origin
(method url-fetch)
(uri (string-append "https://waf.io/"
"waf-" version ".tar.bz2"))
(sha256
(base32
"0b5q307fgn6a5d8yjia2d1l4bk1q3ilvc0w8k4isfrrx2gbcw8wn"))))
"1nc4qaqx2vsanlpp9mcwvf91xjqpkvcc6fcxd5sb4fwvaxamw5v6"))))
(build-system python-build-system)
(arguments
'(#:phases