Merge pull request #184170 from r-ryantm/auto-update/python3.10-nose2

python310Packages.nose2: 0.11.0 -> 0.12.0
This commit is contained in:
Jörg Thalheim 2022-07-31 12:45:01 +01:00 committed by GitHub
commit 6fde9705e8
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.11.0";
version = "0.12.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-bSCNfW7J+dVcdNrIHJOUvDkG2++BqMpUILK5t/jmnek=";
hash = "sha256-lW55ub1VjuCLYgDAWtLHZGW344YMDAU3aGCJKFwyARM=";
};
propagatedBuildInputs = [