Merge pull request #267137 from aaronjheng/nose2

python310Packages.nose2: 0.13.0 -> 0.14.0
This commit is contained in:
OTABI Tomoya 2023-11-14 01:56:51 +09:00 committed by GitHub
commit bb142a6838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [