python3Packages.recipe-scrapers: 14.46.0 -> 14.52.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:16 +01:00
parent 1852b26a14
commit 2cb817fa4c
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "14.46.0";
version = "14.52.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-XCcunwqmcvPC5AVxR9mit06BRDTYfu/CeTXg3IH7Dy0=";
hash = "sha256-VdJZnwo+DwVDZuuuqk0X26CXs7ZrUFXqC8qEYaX74Zc=";
};
nativeBuildInputs = [