Merge pull request #181238 from r-ryantm/auto-update/python310Packages.channels-redis

python310Packages.channels-redis: 3.4.0 -> 3.4.1
This commit is contained in:
Fabian Affolter 2022-07-12 22:38:22 +02:00 committed by GitHub
commit b3fd2b13d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "channels-redis";
version = "3.4.0";
version = "3.4.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit version;
pname = "channels_redis";
sha256 = "sha256-Xf/UzBYXQSW9QEP8j+dGLKdAPPgB1Zqfp0EO0QH6alc=";
sha256 = "sha256-eOSi8rKnRP5ah4SOw2te5J9SLGgIzv5sWDZj0NUx+qg=";
};
buildInputs = [ redis hiredis ];