diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-03-15 17:47:56 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-15 13:45:59 -0400 |
commit | cd773f118573aad42c1e10dd77061fd3d1279189 (patch) | |
tree | 6b33c907fa56083ac791f209d936536f5a50ad96 /gnu/packages/check.scm | |
parent | ed78340438b7ac58187b78216c48abe002873795 (diff) |
gnu: nose2: Update to 0.9.2.
* gnu/packages/check.scm (python-nose2): Update to 0.9.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 15ab54dd8a..fa14ac1544 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -706,14 +706,14 @@ have been used.") (define-public python-nose2 (package (name "python-nose2") - (version "0.6.5") + (version "0.9.2") (source (origin (method url-fetch) (uri (pypi-uri "nose2" version)) (sha256 (base32 - "1x4zjq1zlyrh8b9ba0cmafd3w94pxhid408kibyjd3s6h1lap6s7")))) + "0pmbb6nk31yhgh4zkcblzxsznml7f7pf5q1ihgrwvbxv4mwzfql7")))) (build-system python-build-system) (arguments `(#:tests? #f)) ; 'module' object has no attribute 'collector' (propagated-inputs |