Revert "python3Packages.pyrate-limiter: 2.10.0 -> 3.1.0"

This reverts commit ae92cf66cd.
This commit is contained in:
K900 2024-01-07 17:18:07 +03:00
parent 8dca113625
commit 798690dc6b

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "pyrate-limiter";
version = "3.1.0";
version = "2.10.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "vutran1710";
repo = "PyrateLimiter";
rev = "refs/tags/v${version}";
hash = "sha256-WL+nNk68NaK36Lwalj23ugiSuB5acSLumLJGQaXE06A=";
rev = "v${version}";
hash = "sha256-CPusPeyTS+QyWiMHsU0ii9ZxPuizsqv0wQy3uicrDw0=";
};
nativeBuildInputs = [