python312Packages.recipe-scrapers: 15.2.1 -> 15.3.2 (#361399)

This commit is contained in:
Bruno BELANYI
2024-12-04 11:11:13 +00:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "15.2.1";
version = "15.3.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-2rwy7tfTKaUmPJv59WMVGAOUP+vGWquJbF/3BbS3kkA=";
hash = "sha256-Q3pbvLbSpV1DOUGSGydgmGOCGrlfGKVENneC6iuVNxs=";
};
nativeBuildInputs = [ setuptools ];