python312Packages.recipe-scrapers: 15.2.1 -> 15.3.2

This commit is contained in:
R. Ryantm
2024-12-03 09:36:14 +00:00
parent afd9ca8bf0
commit ea3e278f5b
@@ -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 ];