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:
Maxim Cournoyer 2022-06-06 17:36:10 -04:00
parent 8b2ce33ee2
commit 937094b75c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2224,13 +2224,13 @@ (define-public python-pytest-rerunfailures
(define-public python-xunitparser
(package
(name "python-xunitparser")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xunitparser" version))
(sha256
(base32 "05amn9yik0mxg89iiprkb6lrmc7rlccgvwajrpyfi6zbp8mjdsgn"))))
(base32 "00lapxi770mg7jkw16zy3a91hbdfz4a9h43ryczdsgd3z4cl6vyf"))))
(build-system python-build-system)
(arguments
`(#:phases