3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-subunit-bootstrap: Update to 1.4.0.

* gnu/packages/check.scm (python-subunit-bootstrap): Update to 1.4.0.
This commit is contained in:
Maxim Cournoyer 2020-11-18 16:07:31 -05:00
parent 30429bc20f
commit e8d1637be3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1415,14 +1415,14 @@ use of resources by test cases.")))
(define-public python-subunit-bootstrap
(package
(name "python-subunit-bootstrap")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-subunit" version))
(sha256
(base32
"1fsw8rsn1s3nklx06mayrg5rn2zbky6wwjc5z07s7rf1wjzfs1wn"))))
"0j0ymmnc5nfxi1qzvy59j27viqca7l7xd0y9x29g7yr0h693j804"))))
(build-system python-build-system)
(propagated-inputs
`(("python-extras" ,python-extras)