python310Packages.webargs: 8.2.0 -> 8.3.0

This commit is contained in:
R. Ryantm 2023-07-17 12:45:54 +00:00
parent 84637a672b
commit 167a5853ac

View File

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "webargs";
version = "8.2.0";
version = "8.3.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-mdaJQMRS4HcmSFoV/vQ/EviubAxbORvLp2Bl1FJ/uF0=";
hash = "sha256-yrIHlBsGhsTQhsgjYy3c1DQxUWRDQaMvz1C46qceMcc=";
};
pythonImportsCheck = [