Skip to content

Commit 6041efa

Browse files
authored
python3Packages.requests-ratelimiter: 0.9.2 -> 0.9.3 (NixOS#508180)
2 parents e2ceb21 + 420f25d commit 6041efa

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/requests-ratelimiter

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/requests-ratelimiter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage (finalAttrs: {
1414
pname = "requests-ratelimiter";
15-
version = "0.9.2";
15+
version = "0.9.3";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "JWCook";
2020
repo = "requests-ratelimiter";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-6Uw6JPArOzKD7va6mthumCDW/G0Yn/C1d+1VflrJ/JY=";
22+
hash = "sha256-73/B9PlkZOm51srTzDFP+VXxlE77Ge5Mt5iY5fVagkk=";
2323
};
2424

2525
build-system = [ hatchling ];

0 commit comments

Comments
 (0)