python310Packages.nose2: 0.13.0 -> 0.14.0

This commit is contained in:
Aaron Jheng 2023-11-13 03:46:47 +00:00
parent 5d50cc4fd5
commit e16ad52314
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "nose2";
version = "0.13.0";
version = "0.14.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-V8aK1nbvS4i1BpSTfrUvSUOqHKJhB0tJCbbhYwRrRvA=";
hash = "sha256-XCjXcKC5pwKGK9bDdVuizS95lN1RjJguXOKY1/N0ZqQ=";
};
propagatedBuildInputs = [