gnu: python-certifi: Update to 2019.3.9.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.3.9.
This commit is contained in:
		
							parent
							
								
									177bc62d63
								
							
						
					
					
						commit
						3b5671a3fa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -336,13 +336,13 @@ password storage.") | |||
| (define-public python-certifi | ||||
|   (package | ||||
|     (name "python-certifi") | ||||
|     (version "2018.11.29") | ||||
|     (version "2019.3.9") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (pypi-uri "certifi" version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1dvccavd2fzq4j37w0sznylp92ps14zi6gvlxzm23in0yhzciya7")))) | ||||
|                 "1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj")))) | ||||
|     (build-system python-build-system) | ||||
|     (home-page "https://certifi.io/") | ||||
|     (synopsis "Python CA certificate bundle") | ||||
|  |  | |||
		Reference in a new issue