Skip to content
Snippets Groups Projects
Unverified Commit 9bb7c05e authored by Cyril Roelandt's avatar Cyril Roelandt
Browse files

gnu: python-tox: Update to 2.8.1.

* gnu/packages/python.scm (python-tox): Update to 2.8.1.
parent 74e9895f
No related branches found
No related tags found
No related merge requests found
...@@ -9925,14 +9925,14 @@ (define-public python2-pluggy ...@@ -9925,14 +9925,14 @@ (define-public python2-pluggy
(define-public python-tox (define-public python-tox
(package (package
(name "python-tox") (name "python-tox")
(version "2.8.0") (version "2.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tox" version)) (uri (pypi-uri "tox" version))
(sha256 (sha256
(base32 (base32
"00lrql2cfzhb712v70inac6mrgdv8s8fmvz7qpggkk623hkm2pgc")))) "1drp6mwm8wdypjym15ia8lwjxbhcksb9vzxg4ay5dh4ji57by2ny"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: Tests require pytest-timeout, which itself requires ;; FIXME: Tests require pytest-timeout, which itself requires
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment