python3Packages.requests-ratelimiter: 0.9.0 -> 0.9.2

This commit is contained in:
R. Ryantm
2026-03-06 14:47:29 +00:00
parent 9a1c1dd988
commit b8a264a88f
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "requests-ratelimiter";
version = "0.9.0";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "JWCook";
repo = "requests-ratelimiter";
tag = "v${version}";
hash = "sha256-jmHXD3UJwzZSLXS7NXvCM/+lOFreSqb1QIl/jvO8lWc=";
hash = "sha256-6Uw6JPArOzKD7va6mthumCDW/G0Yn/C1d+1VflrJ/JY=";
};
build-system = [ hatchling ];