python310Packages.slowapi: 0.1.5 -> 0.1.6

This commit is contained in:
Fabian Affolter 2022-08-25 09:08:32 +02:00
parent 5f4f29e35e
commit 7da6a2ac8d

@ -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 = [