python311Packages.aiocache: fix module name

This commit is contained in:
Fabian Affolter 2023-02-11 09:16:11 +01:00 committed by GitHub
parent caf3e38874
commit f82355f050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
passthru.optional-dependencies = {
redis = [
redis
aioredis
];
msgpack = [
msgpack