Merge pull request #294075 from fabaff/aiomisc-bump
python311Packages.aiomisc: 17.3.41 -> 17.3.48
This commit is contained in:
commit
ce58f80921
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user