Merge pull request #221939 from marsam/update-flask-restx

python310Packages.flask-restx: 1.0.6 -> 1.1.0
This commit is contained in:
Nick Cao
2023-03-19 10:51:38 +08:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "flask-restx";
version = "1.0.6";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "python-restx";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Rp+TQjAZqgIS6jmj0PAqshD+5a3JPOr2Qw5l4INxK/Y=";
hash = "sha256-alXuo6TGDX2ko6VIKpAtyrg0EBkxEnC3DabH8GYqEs0=";
};
propagatedBuildInputs = [