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

This commit is contained in:
Bruno BELANYI
2025-08-31 12:36:24 +01:00
committed by GitHub
@@ -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 ];