Unverified Commit 7afa444b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #176499 from dotlambda/siobrultech-protocols-0.6.0

python310Packages.siobrultech-protocols: 0.5.0 -> 0.6.0
parents ad5a9e8d b108994c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,6 +22,11 @@ buildPythonPackage rec {
    hash = "sha256-weZTOVFBlB6TxFs8pLWfyB7WD/bn3ljBjX2tVi1Zc/I=";
  };

  postPatch = ''
    substituteInPlace setup.py \
      --replace "siobrultech_protocols==" "siobrultech_protocols>="
  '';

  propagatedBuildInputs = [
    aiohttp
    siobrultech-protocols
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "siobrultech-protocols";
  version = "0.5.0";
  version = "0.6.0";

  disabled = pythonOlder "3.8";

@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "sdwilsh";
    repo = "siobrultech-protocols";
    rev = "v${version}";
    hash = "sha256-bpWOfdwNHJXfKcANSu69YgXsxsfUhaH63/fXF6H+MNg=";
    hash = "sha256-d4zAwcSCyC78dJZtxFkpdYurxDRon2cRgzInllP2qJQ=";
  };

  checkInputs = [