Unverified Commit 50b6a376 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python3Packages.recipe-scrapers: 15.6.0 -> 15.7.1 (#404683)

parents 14781fc0 d5e59c70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "recipe-scrapers";
  version = "15.6.0";
  version = "15.7.1";
  pyproject = true;

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

  build-system = [ setuptools ];