gnu: python-chardet: Fix PyPi download location.
This is a followup to a54cb3ce1f.
* gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
			
			
This commit is contained in:
		
							parent
							
								
									60e29339d8
								
							
						
					
					
						commit
						ef7dd2e259
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		|  | @ -8623,10 +8623,7 @@ simulation, statistical modeling, machine learning and much more.") | |||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append | ||||
|              "https://pypi.python.org/packages/source/c/chardet/chardet-" | ||||
|              version | ||||
|              ".tar.gz")) | ||||
|        (uri (pypi-uri "chardet" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4")))) | ||||
|  |  | |||
		Reference in a new issue