python310Packages.recipe-scrapers: 14.36.1 -> 14.43.0

This commit is contained in:
R. Ryantm
2023-08-27 07:36:49 +00:00
parent a56230df46
commit c9e235a666
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "14.36.1";
version = "14.43.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-JadtlJMxRib8FpNC4QGYXfUEJGyB1aniDbsbsBYU3no=";
hash = "sha256-ik/ADmu6yGY7xWXCAn0kcWJphANIIwM8QKWjm9xoVYQ=";
};
nativeBuildInputs = [