gnu: python-certifi: Update to 2018.8.13.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.8.13.
This commit is contained in:
		
							parent
							
								
									00ffbfd394
								
							
						
					
					
						commit
						064732bd0c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -338,13 +338,13 @@ password storage.")
 | 
			
		|||
(define-public python-certifi
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-certifi")
 | 
			
		||||
    (version "2017.1.23")
 | 
			
		||||
    (version "2018.8.13")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (pypi-uri "certifi" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1klrzl3hgvcf2mjk00g0k3kk1p2z27vzwnxivwar4vhjmjvpz1w1"))))
 | 
			
		||||
                "1x7jy10rz3100g9iw7c2czcw2z4lqfaalsd8yg991l4d82hnh7ac"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (home-page "https://certifi.io/")
 | 
			
		||||
    (synopsis "Python CA certificate bundle")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue