gnu: python-curio: Update to 1.5.
* gnu/packages/python-xyz.scm (python-curio): Update to 1.5. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
		
							parent
							
								
									990ab13a14
								
							
						
					
					
						commit
						42c60b45e8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -10812,13 +10812,13 @@ printing of sub-tables by specifying a row range.")
 | 
			
		|||
(define-public python-curio
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-curio")
 | 
			
		||||
    (version "1.2")
 | 
			
		||||
    (version "1.5")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "curio" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "16wkww6kh511b9bzsfhpvrv0766cc6ssgbzz4lgpjnrzzgx21wwh"))))
 | 
			
		||||
        (base32 "045wwg16qadsalhicbv21p14sj8i4w0l57639j7dmdqbb4p2225g"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue