python3Packages.recipe-scrapers: 14.32.1 -> 14.36.1

Changelog: see 14.32.1...14.36.1 [1].

[1]: https://github.com/hhursev/recipe-scrapers/compare/14.32.1...14.36.1
This commit is contained in:
Bruno BELANYI 2023-05-04 22:32:07 +01:00
parent f9b6ab7e88
commit a2633f9302

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "recipe-scrapers";
version = "14.32.1";
version = "14.36.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "hhursev";
repo = "recipe-scrapers";
rev = "refs/tags/${version}";
hash = "sha256-6iUagD1PTTAraBHOWLjHiLFFsImO30w84p+6IcIv52c=";
hash = "sha256-JadtlJMxRib8FpNC4QGYXfUEJGyB1aniDbsbsBYU3no=";
};
nativeBuildInputs = [