Merge pull request #188263 from fabaff/slowapi-bump

python310Packages.slowapi: 0.1.5 -> 0.1.6
This commit is contained in:
Mario Rodas 2022-08-25 06:35:27 -05:00 committed by GitHub
commit cb1bdf1bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "slowapi";
version = "0.1.5";
version = "0.1.6";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "laurentS";
repo = pname;
rev = "v${version}";
sha256 = "1wjnlhjfgil86h6i5yij723ncg18rqdprs1q6i68w4msaspwpxg9";
sha256 = "sha256-3ZkQnroHMCHuTPH/cvi/iWndvdyQ/ZJQ2Qtu1CZyeGg=";
};
nativeBuildInputs = [