Merge pull request #294075 from fabaff/aiomisc-bump

python311Packages.aiomisc: 17.3.41 -> 17.3.48
This commit is contained in:
Fabian Affolter 2024-03-07 22:36:15 +01:00 committed by GitHub
commit ce58f80921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.3.41";
format = "pyproject";
version = "17.3.48";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-thJBptiwH3jLQIYw7ucCv4xwaGPXMpE+dUwRvsyURtw=";
hash = "sha256-AVavnUsx/hUrT1gspfMNxtmyDLUty+ocPqRZAun036I=";
};
nativeBuildInputs = [
@ -49,9 +49,7 @@ buildPythonPackage rec {
pytestCheckHook
raven
setproctitle
] ++ passthru.optional-dependencies.aiohttp
++ passthru.optional-dependencies.cron
++ passthru.optional-dependencies.uvloop;
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
passthru.optional-dependencies = {
aiohttp = [