diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 208ae03a8eb..2555cb5b235 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -5009,14 +5009,14 @@ connection to each user.") | |||
| 5009 | (define-public python-waf | 5009 | (define-public python-waf |
| 5010 | (package | 5010 | (package |
| 5011 | (name "python-waf") | 5011 | (name "python-waf") |
| 5012 | (version "1.8.8") | 5012 | (version "1.9.1") |
| 5013 | (source (origin | 5013 | (source (origin |
| 5014 | (method url-fetch) | 5014 | (method url-fetch) |
| 5015 | (uri (string-append "https://waf.io/" | 5015 | (uri (string-append "https://waf.io/" |
| 5016 | "waf-" version ".tar.bz2")) | 5016 | "waf-" version ".tar.bz2")) |
| 5017 | (sha256 | 5017 | (sha256 |
| 5018 | (base32 | 5018 | (base32 |
| 5019 | "0b5q307fgn6a5d8yjia2d1l4bk1q3ilvc0w8k4isfrrx2gbcw8wn")))) | 5019 | "1nc4qaqx2vsanlpp9mcwvf91xjqpkvcc6fcxd5sb4fwvaxamw5v6")))) |
| 5020 | (build-system python-build-system) | 5020 | (build-system python-build-system) |
| 5021 | (arguments | 5021 | (arguments |
| 5022 | '(#:phases | 5022 | '(#:phases |
