mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyrate-limiter: 4.1.0 -> 4.4.0
https://github.com/vutran1710/PyrateLimiter/blob/v4.4.0/CHANGELOG.md
This commit is contained in:
parent
22fcb50a33
commit
623a75125d
1 changed files with 4 additions and 2 deletions
|
|
@ -14,6 +14,7 @@
|
|||
redis,
|
||||
|
||||
# test
|
||||
aiohttp,
|
||||
pytestCheckHook,
|
||||
pytest-asyncio,
|
||||
pytest-xdist,
|
||||
|
|
@ -22,14 +23,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyrate-limiter";
|
||||
version = "4.1.0";
|
||||
version = "4.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vutran1710";
|
||||
repo = "PyrateLimiter";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-2gWbabdRqwWiC4xbMx/VGBwwMcygVMKJswXgd4Ia+xE=";
|
||||
hash = "sha256-DT4WyGrayI12Sid6yLOit68vW/YT4cHsRYjd4oo0/J8=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
@ -55,6 +56,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiohttp
|
||||
filelock
|
||||
pytestCheckHook
|
||||
pytest-asyncio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue