python310Packages.flask-restx: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-12-19 12:16:31 +00:00
parent dcaba3a80d
commit e19ca39079

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "flask-restx";
version = "1.2.0";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "python-restx";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9o0lgDtjsZta9fVJnD02In6wvxNwPA667WeIkpRv8Z4=";
hash = "sha256-CBReP/u96fsr28lMV1BfLjjdBMXEvsD03wvsxkIcteI=";
};
propagatedBuildInputs = [