gnu: python-eventlet: Update to 0.25.1.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.25.1.
This commit is contained in:
		
							parent
							
								
									f3c00bd192
								
							
						
					
					
						commit
						c9876c9b13
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1052,14 +1052,14 @@ standard.")
 | 
				
			||||||
(define-public python-eventlet
 | 
					(define-public python-eventlet
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-eventlet")
 | 
					    (name "python-eventlet")
 | 
				
			||||||
    (version "0.20.1")
 | 
					    (version "0.25.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "eventlet" version))
 | 
					       (uri (pypi-uri "eventlet" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0f3q55mq4n021wb7qa53pz3ix6i2py64sap66vsaqm2scjw83m9s"))))
 | 
					         "1hgz8jq19wlz8vwqj900ry8cjv578nz4scc91mlc8944yid6573c"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-greenlet" ,python-greenlet)))
 | 
					     `(("python-greenlet" ,python-greenlet)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue