gnu: python-xunitparser: Update to 1.3.4.
* gnu/packages/python-check.scm (python-xunitparser): Update to 1.3.4.
This commit is contained in:
		
							parent
							
								
									8b2ce33ee2
								
							
						
					
					
						commit
						937094b75c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2224,13 +2224,13 @@ eliminate flaky failures.")
 | 
				
			||||||
(define-public python-xunitparser
 | 
					(define-public python-xunitparser
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-xunitparser")
 | 
					    (name "python-xunitparser")
 | 
				
			||||||
    (version "1.3.3")
 | 
					    (version "1.3.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "xunitparser" version))
 | 
					       (uri (pypi-uri "xunitparser" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "05amn9yik0mxg89iiprkb6lrmc7rlccgvwajrpyfi6zbp8mjdsgn"))))
 | 
					        (base32 "00lapxi770mg7jkw16zy3a91hbdfz4a9h43ryczdsgd3z4cl6vyf"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue