me
/
guix
Archived
1
0
Fork 0

gnu: python-xunitparser: Update to 1.3.4.

* gnu/packages/python-check.scm (python-xunitparser): Update to 1.3.4.
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
1 changed files with 2 additions and 2 deletions

View File

@ -2224,13 +2224,13 @@ eliminate flaky failures.")
(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