python3Packages.flask-limiter: 3.10.0 -> 3.10.1
https://github.com/alisaifee/flask-limiter/blob/3.10.1/HISTORY.rst
This commit is contained in:
parent
b7c097c697
commit
7d997cb290
@ -21,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-limiter";
|
||||
version = "3.10.0";
|
||||
version = "3.10.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "alisaifee";
|
||||
repo = "flask-limiter";
|
||||
tag = version;
|
||||
hash = "sha256-spE0gVrPlbz0JDXGznJ6RN2uNAsQn7tbHxWGU98221M=";
|
||||
hash = "sha256-AfreBLyJDogXnxB5cIoT766VFiHIIoVKAoBIra6Q+xs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -96,7 +96,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Rate limiting for flask applications";
|
||||
homepage = "https://flask-limiter.readthedocs.org/";
|
||||
changelog = "https://github.com/alisaifee/flask-limiter/blob/${version}/HISTORY.rst";
|
||||
changelog = "https://github.com/alisaifee/flask-limiter/blob/${src.tag}/HISTORY.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user