python310Packages.webargs: 8.3.0 -> 8.4.0

This commit is contained in:
R. Ryantm
2024-01-11 01:42:16 +00:00
parent 0373b68de5
commit c3f75e05e0
@@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "webargs";
version = "8.3.0";
version = "8.4.0";
format = "setuptools";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-yrIHlBsGhsTQhsgjYy3c1DQxUWRDQaMvz1C46qceMcc=";
hash = "sha256-6pk2ghSkzmE5JL6Z1x21jCaWMele/0+gm3NU5S3ABqU=";
};
pythonImportsCheck = [