[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 05/11] gnu: python-tox: Update to 2.8.1.
From: |
Cyril Roelandt |
Subject: |
[PATCH 05/11] gnu: python-tox: Update to 2.8.1. |
Date: |
Mon, 11 Sep 2017 20:22:36 +0200 |
* gnu/packages/python.scm (python-tox): Update to 2.8.1.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 677aab407..0487ae32b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9896,14 +9896,14 @@ Pytest but stripped of Pytest specific details.")
(define-public python-tox
(package
(name "python-tox")
- (version "2.8.0")
+ (version "2.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tox" version))
(sha256
(base32
- "00lrql2cfzhb712v70inac6mrgdv8s8fmvz7qpggkk623hkm2pgc"))))
+ "1drp6mwm8wdypjym15ia8lwjxbhcksb9vzxg4ay5dh4ji57by2ny"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require pytest-timeout, which itself requires
--
2.14.1
- [PATCH 00/11] Add python{,2}-twine., Cyril Roelandt, 2017/09/11
- [PATCH 02/11] gnu: python-autopep8: Update to 1.3.2., Cyril Roelandt, 2017/09/11
- [PATCH 03/11] gnu: python-requests-toolbelt: Update to 0.8.0., Cyril Roelandt, 2017/09/11
- [PATCH 01/11] gnu: Add python-pydiff., Cyril Roelandt, 2017/09/11
- [PATCH 04/11] gnu: Add python2-requests-toolbelt., Cyril Roelandt, 2017/09/11
- [PATCH 05/11] gnu: python-tox: Update to 2.8.1.,
Cyril Roelandt <=
- [PATCH 07/11] gnu: Add python-ipaddress., Cyril Roelandt, 2017/09/11
- [PATCH 06/11] gnu: Add python-nose-timer., Cyril Roelandt, 2017/09/11
- [PATCH 08/11] gnu: Update the propagated inputs of python-urllib3., Cyril Roelandt, 2017/09/11
- [PATCH 10/11] gnu: Add python-pkginfo., Cyril Roelandt, 2017/09/11