python311Packages.aiocache: fix module name
This commit is contained in:
parent
caf3e38874
commit
f82355f050
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
|
||||
passthru.optional-dependencies = {
|
||||
redis = [
|
||||
redis
|
||||
aioredis
|
||||
];
|
||||
msgpack = [
|
||||
msgpack
|
||||
|
|
Loading…
Reference in a new issue