gnu: python-pyotp: Update to 2.7.0.
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.7.0.
This commit is contained in:
		
							parent
							
								
									e4dbc25794
								
							
						
					
					
						commit
						b2b838b2b4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1246,13 +1246,13 @@ been constructed to maintain extensive documentation on how to use
 | 
				
			||||||
(define-public python-pyotp
 | 
					(define-public python-pyotp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pyotp")
 | 
					    (name "python-pyotp")
 | 
				
			||||||
    (version "2.4.1")
 | 
					    (version "2.7.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "pyotp" version))
 | 
					       (uri (pypi-uri "pyotp" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0jsqfmx9i7j8z81r4zazv76xzy1fcq8v9s2r4kvx7ajfndq3z2h3"))))
 | 
					        (base32 "1dbcgpf576kmrpkx3ly8jq4g5g22r9n1rra55c1xqxyzl2mrz66f"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (home-page "https://github.com/pyauth/pyotp")
 | 
					    (home-page "https://github.com/pyauth/pyotp")
 | 
				
			||||||
    (synopsis "Python One Time Password Library")
 | 
					    (synopsis "Python One Time Password Library")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue