mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
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:
commit
b3fd2b13d5
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user