lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.webargs: 8.2.0 -> 8.3.0

+2 -2
+2 -2
pkgs/development/python-modules/webargs/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "webargs"; 7 - version = "8.2.0"; 7 + version = "8.3.0"; 8 8 disabled = isPy27; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - hash = "sha256-mdaJQMRS4HcmSFoV/vQ/EviubAxbORvLp2Bl1FJ/uF0="; 12 + hash = "sha256-yrIHlBsGhsTQhsgjYy3c1DQxUWRDQaMvz1C46qceMcc="; 13 13 }; 14 14 15 15 pythonImportsCheck = [