gnu: python-wsgi-intercept: Use PYPI-URI.
* gnu/packages/python-web.scm (python-wsgi-intercept)[source]: Use PYPI-URI.
This commit is contained in:
		
							parent
							
								
									fd96f94f7d
								
							
						
					
					
						commit
						2b22186679
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -775,10 +775,7 @@ term.js Javascript terminal emulator library.")
 | 
				
			||||||
    (version "1.2.2")
 | 
					    (version "1.2.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append
 | 
					             (uri (pypi-uri "wsgi_intercept" version))
 | 
				
			||||||
                    "https://pypi.python.org/packages/"
 | 
					 | 
				
			||||||
                    "38/76/ebcbc24d0cb77db34520a3ca6ed1bd43ace17d182bbd8dd7d976f1c176fb/"
 | 
					 | 
				
			||||||
                    "wsgi_intercept-" version ".tar.gz"))
 | 
					 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0kjj2v2dvmnpdd5h5gk9rzz0f54rhjb0yiz3zg65bmp65slfw65d"))))
 | 
					               "0kjj2v2dvmnpdd5h5gk9rzz0f54rhjb0yiz3zg65bmp65slfw65d"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue