python3Packages.recipe-scrapers: 15.8.0 -> 15.9.0

R. Ryantm 68d13738 b1b0d690

Changed files
+2 -2
pkgs
development
python-modules
recipe-scrapers
+2 -2
pkgs/development/python-modules/recipe-scrapers/default.nix
···
buildPythonPackage rec {
pname = "recipe-scrapers";
-
version = "15.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "hhursev";
repo = "recipe-scrapers";
tag = version;
-
hash = "sha256-G2FKv4HZ6Kf4u/EDflkYqiY1uelWBuIE+UrqeCp2XL8=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "recipe-scrapers";
+
version = "15.9.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "hhursev";
repo = "recipe-scrapers";
tag = version;
+
hash = "sha256-pbcIAr0yKGSWfuVMsOfriUUW1dhlvjX2JfDPJ8akldg=";
};
build-system = [ setuptools ];