python3Packages.recipe-scrapers: 15.6.0 -> 15.7.1

This commit is contained in:
R. Ryantm
2025-05-07 12:04:55 +00:00
committed by Bruno BELANYI
parent e0d91bd47c
commit d5e59c70c0
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "15.6.0";
version = "15.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "hhursev";
repo = "recipe-scrapers";
tag = version;
hash = "sha256-s/ocJi7NidebFkd724p/k7njOzELsdh7n9nQXaeVXV8=";
hash = "sha256-DjnK6eq4sgyCNDGQIszrkvNwGLOGitcZPjeLT1woOqs=";
};
build-system = [ setuptools ];