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

python3Packages.webio-api: 0.1.11 -> 0.1.12 (#450568)

parents 5c5bc633 c76ce7c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "webio-api";
  version = "0.1.11";
  version = "0.1.12";
  pyproject = true;

  src = fetchPypi {
    pname = "webio_api";
    inherit version;
    hash = "sha256-fPlAWu/P9gOjlQ62qAesLcLkNznAiMAAqxAlQi9oxZk=";
    hash = "sha256-xS1uf407+ommERkZSYrElD6/tNXyBma3OFs4jUE5+tY=";
  };

  build-system = [ setuptools ];