mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.python-pooldose: 0.9.1 -> 0.9.6
https://github.com/lmaertin/python-pooldose/blob/0.9.6/CHANGELOG.md
This commit is contained in:
parent
62df2853f9
commit
8a923ecfff
1 changed files with 4 additions and 2 deletions
|
|
@ -8,18 +8,19 @@
|
|||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
websockets,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-pooldose";
|
||||
version = "0.9.1";
|
||||
version = "0.9.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lmaertin";
|
||||
repo = "python-pooldose";
|
||||
tag = version;
|
||||
hash = "sha256-1WHNiVPquL/D5lpN27iXSA2cWU+VjCPIcW9Th65axVA=";
|
||||
hash = "sha256-eSFe3PRKhVMuwJ7XUHRec8nPilSxGUQ1T2k2loLubUg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
|||
aiofiles
|
||||
aiohttp
|
||||
getmac
|
||||
websockets
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pooldose" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue