Merge pull request #236574 from r-ryantm/auto-update/python310Packages.flask-restful

python310Packages.flask-restful: 0.3.9 -> 0.3.10
This commit is contained in:
Nick Cao 2023-06-08 03:20:46 -06:00 committed by GitHub
commit e5d606d8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "flask-restful";
version = "0.3.9";
version = "0.3.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Flask-RESTful";
inherit version;
hash = "sha256-zOxlC4NdSBkhOMhTKa4Dc15s7VjpstnCFG1shMBvpT4=";
hash = "sha256-/kry7wAn34+bT3l6uiDFVmgBtq3plaxjtYir8aWc7Dc=";
};
# conditional so that overrides are easier for web applications