gnu: python-coverage: Update to 5.5.
* gnu/packages/check.scm (python-coverage): Update to 5.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									db7d0c0cb9
								
							
						
					
					
						commit
						dbce5cdf8e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2058,14 +2058,14 @@ have failed since the last commit or what tests are currently failing.")))
 | 
				
			||||||
(define-public python-coverage
 | 
					(define-public python-coverage
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-coverage")
 | 
					    (name "python-coverage")
 | 
				
			||||||
    (version "5.2.1")
 | 
					    (version "5.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "coverage" version))
 | 
					       (uri (pypi-uri "coverage" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "16z8i18msgs8k74n73dj9x49wzkl0vk4vq8k5pl1bsj70y7b4k53"))))
 | 
					         "0b112ly7vvplvm9l411aqknxhr7fzfyp28xhflhkcx78l3lqzrzb"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
 | 
					     ;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue