python312Packages.flask-limiter: 3.10.1 -> 3.12

This commit is contained in:
R. Ryantm
2025-03-27 11:55:19 +01:00
committed by Weijia Wang
parent f42205ed7f
commit 50123c3fe6
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "flask-limiter";
version = "3.10.1";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "alisaifee";
repo = "flask-limiter";
tag = version;
hash = "sha256-AfreBLyJDogXnxB5cIoT766VFiHIIoVKAoBIra6Q+xs=";
hash = "sha256-3GFbLQExd4c3Cyr7UDX/zOAfedOluXMwCbBhOgoKfn0=";
};
postPatch = ''