python310Packages.flask-restful: 0.3.9 -> 0.3.10

This commit is contained in:
R. Ryantm 2023-06-08 04:50:15 +00:00
parent b9e05544c9
commit 4e6d141e8a

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