Merge pull request #65138 from r-ryantm/auto-update/python3.7-nose2

python37Packages.nose2: 0.8.0 -> 0.9.1
This commit is contained in:
Mario Rodas 2019-07-22 08:27:20 -05:00 committed by GitHub
commit 95be462d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "nose2";
version = "0.8.0";
version = "0.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "9052f2b46807b63d9bdf68e0768da1f8386368889b50043fd5d0889c470258f3";
sha256 = "16drs4bc2wvgwwi1pf6pmk6c00pl16vs1v7djc4a8kwpsxpibphf";
};
propagatedBuildInputs = [ six coverage ]