python3Packages.pytest-check: 2.5.3 -> 2.5.4

R. Ryantm ea5ed7bf ee164a70

+2 -2
+2 -2
pkgs/development/python-modules/pytest-check/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "pytest-check"; 12 - version = "2.5.3"; 13 pyproject = true; 14 15 src = fetchPypi { 16 pname = "pytest_check"; 17 inherit version; 18 - hash = "sha256-I1fX33fDldMMDElXck/fzhp16ovJ6yMIwP/lb2KscMo="; 19 }; 20 21 build-system = [ hatchling ];
··· 9 10 buildPythonPackage rec { 11 pname = "pytest-check"; 12 + version = "2.5.4"; 13 pyproject = true; 14 15 src = fetchPypi { 16 pname = "pytest_check"; 17 inherit version; 18 + hash = "sha256-M9h+KNXkkhf0Eyd+Hg0mfNZskKhaIIlExEMSycjk/3Q="; 19 }; 20 21 build-system = [ hatchling ];