Skip to content

Commit

Permalink
python3Packages.pyrate-limiter: 2.10.0 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Sep 27, 2023
1 parent 400f9d1 commit 5c6cdad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyrate-limiter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

buildPythonPackage rec {
pname = "pyrate-limiter";
version = "2.10.0";
version = "3.1.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "vutran1710";
repo = "PyrateLimiter";
rev = "v${version}";
hash = "sha256-CPusPeyTS+QyWiMHsU0ii9ZxPuizsqv0wQy3uicrDw0=";
rev = "refs/tags/v${version}";
hash = "sha256-WL+nNk68NaK36Lwalj23ugiSuB5acSLumLJGQaXE06A=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5c6cdad

Please sign in to comment.