Unverified Commit d4a04f49 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python3Packages.extruct: 0.17.0 -> 0.18.0 (#438845)

parents 74706eb0 b1dd99fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "extruct";
  version = "0.17.0";
  version = "0.18.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "scrapinghub";
    repo = "extruct";
    tag = "v${version}";
    hash = "sha256-CfhIqbhrZkJ232grhHxrmj4H1/Bq33ZXe8kovSOWSK0=";
    hash = "sha256-hUSlIlWxrsxGLCE8/DAGSqxx9+7TEkynmXrVnXGjDQ8=";
  };

  nativeBuildInputs = [ setuptools ];