Unverified Commit ffb41a6b authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.channels-redis: 4.1.0 -> 4.2.1

parent 6514427d
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
{
  lib,
  aioredis,
  asgiref,
  buildPythonPackage,
  channels,
  cryptography,
  fetchFromGitHub,
  hiredis,
  msgpack,
  pythonOlder,
  redis,
  setuptools,
}:

buildPythonPackage rec {
  pname = "channels-redis";
  version = "4.1.0";
  format = "setuptools";
  version = "4.2.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -23,16 +22,13 @@ buildPythonPackage rec {
    owner = "django";
    repo = "channels_redis";
    tag = version;
    hash = "sha256-Eid9aWlLNnqr3WAnsLe+Pz9gsugCsdDKi0+nFNF02CI=";
    hash = "sha256-jQkpuOQNU2KCWavXSE/n8gdpQhhAafQbZYfbX71Rcds=";
  };

  buildInputs = [
    hiredis
    redis
  ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
    aioredis
  dependencies = [
    redis
    asgiref
    channels
    msgpack