gnu: python-pytest-cov: Update to 2.4.0.
Fixes <https://bugs.gnu.org/26743>. * gnu/packages/python.scm (python-pytest-cov): Update to 2.4.0.
This commit is contained in:
		
							parent
							
								
									341ccb0f3b
								
							
						
					
					
						commit
						1aecfe176a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1843,14 +1843,14 @@ and many external plugins.")
 | 
				
			||||||
(define-public python-pytest-cov
 | 
					(define-public python-pytest-cov
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pytest-cov")
 | 
					    (name "python-pytest-cov")
 | 
				
			||||||
    (version "2.2.1")
 | 
					    (version "2.4.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "pytest-cov" version))
 | 
					        (uri (pypi-uri "pytest-cov" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "1yl4nbhzfgsxqlsyk4clafgp9x11zvgrkprm9i2p3fgkwx9jxcm8"))))
 | 
					          "03c2qc42r4bczyw93gd7n0qi1h1jfhw7fnbhi33c3vp1hs81gm2k"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue