We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d91bd commit d5e59c7Copy full SHA for d5e59c7
pkgs/development/python-modules/recipe-scrapers/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "recipe-scrapers";
20
- version = "15.6.0";
+ version = "15.7.1";
21
pyproject = true;
22
23
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "hhursev";
27
repo = "recipe-scrapers";
28
tag = version;
29
- hash = "sha256-s/ocJi7NidebFkd724p/k7njOzELsdh7n9nQXaeVXV8=";
+ hash = "sha256-DjnK6eq4sgyCNDGQIszrkvNwGLOGitcZPjeLT1woOqs=";
30
};
31
32
build-system = [ setuptools ];
0 commit comments