Merge pull request #280161 from r-ryantm/auto-update/python310Packages.webargs

python310Packages.webargs: 8.3.0 -> 8.4.0
This commit is contained in:
Weijia Wang 2024-01-20 21:52:40 +01:00 committed by GitHub
commit 775b165598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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