Unverified Commit 447d2caf authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

python3Packages.pyppeteer-ng: 2.0.0rc10 -> 2.0.0rc11 (#473675)

parents 99d18e3b 4d5012a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@

buildPythonPackage rec {
  pname = "pyppeteer-ng";
  version = "2.0.0rc10";
  version = "2.0.0rc11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dgtlmoon";
    repo = "pyppeteer-ng";
    tag = version;
    hash = "sha256-NpxjKsh12pr/MCZ4gfoaa+3jTYyvQzHgSno1+rw2Wk0=";
    hash = "sha256-vhsqz/2wNLqjtwVdLyLyO+JX7g2sz5MEMoHOnsDl/KQ=";
  };

  postPatch = ''