Unverified Commit 0d03ad43 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python3Packages.recipe-scrapers: 15.7.1 -> 15.8.0 (#414851)

parents 1984225a 8e578a4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

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

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

  build-system = [ setuptools ];
@@ -64,7 +64,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python package for scraping recipes data";
    homepage = "https://github.com/hhursev/recipe-scrapers";
    changelog = "https://github.com/hhursev/recipe-scrapers/releases/tag/${version}";
    changelog = "https://github.com/hhursev/recipe-scrapers/releases/tag/${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [ ambroisie ];
  };