Unverified Commit 29d18087 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.aioice: 0.10.1 -> 0.10.2 (#466472)

parents 2b99fe4d f46b9e62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "aioice";
  version = "0.10.1";
  version = "0.10.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aiortc";
    repo = "aioice";
    tag = version;
    hash = "sha256-KFYPzGPm+d1QrFAW9OhTDxroV/MnFusmfy5qcYCfDiM=";
    hash = "sha256-UEXkTxcpe6mlA2FmMSfDmtcEYE9zwuitpi2Eh188xZc=";
  };

  build-system = [