Unverified Commit 902cbdd9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.nodriver: 0.48.0 -> 0.48.1 (#461031)

parents 42ec1ce7 3d9e7426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage rec {
  pname = "nodriver";
  version = "0.48.0";
  version = "0.48.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-i7HsT9dZH3RFerJ49hFYEiXu0BVi44eRPm2wairAuC8=";
    hash = "sha256-SsjNiLavEzwm3BV/t49asXRipZtKDaMwTjrxK75LQ0M=";
  };

  disabled = pythonOlder "3.9";