gnu: python-tox: Update to 2.8.1.

* gnu/packages/python.scm (python-tox): Update to 2.8.1.
This commit is contained in:
Cyril Roelandt 2017-09-09 04:37:22 +02:00
parent 74e9895f2d
commit 9bb7c05e3d
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 2 additions and 2 deletions

View File

@ -9925,14 +9925,14 @@ Pytest but stripped of Pytest specific details.")
(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