gnu: python-waf: Update to 1.9.8.
* gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8. [home-page]: Use https.
This commit is contained in:
		
							parent
							
								
									283234a309
								
							
						
					
					
						commit
						27bf00e691
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -6176,14 +6176,14 @@ so it might be a tiny bit slower.") | ||||||
| (define-public python-waf | (define-public python-waf | ||||||
|   (package |   (package | ||||||
|     (name "python-waf") |     (name "python-waf") | ||||||
|     (version "1.9.5") |     (version "1.9.8") | ||||||
|     (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 | ||||||
|                 "1sl3ipi2czds57rlzjnpdzqa0skx8asfvmh3qmibpvdwf15rpppg")))) |                 "0wl4cnmp06lfxqjxaan58bqxn27smhydz0sg5prrfbl3bsw4gv6q")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:phases |      '(#:phases | ||||||
|  | @ -6197,7 +6197,7 @@ so it might be a tiny bit slower.") | ||||||
|          (replace 'install |          (replace 'install | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              (copy-file "waf" %output)))))) |              (copy-file "waf" %output)))))) | ||||||
|     (home-page "http://waf.io/") |     (home-page "https://waf.io/") | ||||||
|     (synopsis "Python-based build system") |     (synopsis "Python-based build system") | ||||||
|     (description |     (description | ||||||
|      "Waf is a Python-based framework for configuring, compiling and installing |      "Waf is a Python-based framework for configuring, compiling and installing | ||||||
|  |  | ||||||
		Reference in a new issue