python312Packages.recipe-scrapers: 15.3.3 -> 15.4.0

This commit is contained in:
R. Ryantm
2025-01-15 09:04:23 +00:00
parent e6b98fad93
commit bfc5cf386f
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "15.3.3";
version = "15.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "hhursev";
repo = "recipe-scrapers";
tag = version;
hash = "sha256-rIQ6OfxsVczidLYVvXtkfpBk/KGLgDo+h4kqKXXSD80=";
hash = "sha256-IAsa/GjTydKZq9Nh9MSVRb2DujICVQT38hMPTjzQyBw=";
};
nativeBuildInputs = [ setuptools ];