python3Packages.recipe-scrapers: 14.43.0 -> 14.46.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:01 +02:00
parent afc615a9b0
commit 41e8f71396

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "14.43.0";
version = "14.46.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-ik/ADmu6yGY7xWXCAn0kcWJphANIIwM8QKWjm9xoVYQ=";
hash = "sha256-XCcunwqmcvPC5AVxR9mit06BRDTYfu/CeTXg3IH7Dy0=";
};
nativeBuildInputs = [