python3Packages.requests-ratelimiter: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm
2026-04-09 04:39:18 +00:00
parent 7252074c0b
commit 420f25d166
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "requests-ratelimiter";
version = "0.9.2";
version = "0.9.3";
pyproject = true;
src = fetchFromGitHub {
owner = "JWCook";
repo = "requests-ratelimiter";
tag = "v${finalAttrs.version}";
hash = "sha256-6Uw6JPArOzKD7va6mthumCDW/G0Yn/C1d+1VflrJ/JY=";
hash = "sha256-73/B9PlkZOm51srTzDFP+VXxlE77Ge5Mt5iY5fVagkk=";
};
build-system = [ hatchling ];