python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3 (#368068)

This commit is contained in:
Bruno BELANYI
2024-12-25 17:24:08 -05:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "15.3.2";
version = "15.3.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-Q3pbvLbSpV1DOUGSGydgmGOCGrlfGKVENneC6iuVNxs=";
tag = version;
hash = "sha256-rIQ6OfxsVczidLYVvXtkfpBk/KGLgDo+h4kqKXXSD80=";
};
nativeBuildInputs = [ setuptools ];