Skip to content

Commit 50b6a37

Browse files
authored
python3Packages.recipe-scrapers: 15.6.0 -> 15.7.1 (#404683)
2 parents 14781fc + d5e59c7 commit 50b6a37

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/recipe-scrapers

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/recipe-scrapers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "recipe-scrapers";
20-
version = "15.6.0";
20+
version = "15.7.1";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "hhursev";
2727
repo = "recipe-scrapers";
2828
tag = version;
29-
hash = "sha256-s/ocJi7NidebFkd724p/k7njOzELsdh7n9nQXaeVXV8=";
29+
hash = "sha256-DjnK6eq4sgyCNDGQIszrkvNwGLOGitcZPjeLT1woOqs=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)