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>
This commit is contained in:
Vincent Legoll 2020-03-15 17:47:56 +01:00 committed by Leo Famulari
parent ed78340438
commit cd773f1185
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -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