Loading pkgs/development/python-modules/recipe-scrapers/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "recipe-scrapers"; version = "15.7.1"; version = "15.8.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "hhursev"; repo = "recipe-scrapers"; tag = version; hash = "sha256-DjnK6eq4sgyCNDGQIszrkvNwGLOGitcZPjeLT1woOqs="; hash = "sha256-G2FKv4HZ6Kf4u/EDflkYqiY1uelWBuIE+UrqeCp2XL8="; }; build-system = [ setuptools ]; Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/recipe-scrapers/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "recipe-scrapers"; version = "15.7.1"; version = "15.8.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "hhursev"; repo = "recipe-scrapers"; tag = version; hash = "sha256-DjnK6eq4sgyCNDGQIszrkvNwGLOGitcZPjeLT1woOqs="; hash = "sha256-G2FKv4HZ6Kf4u/EDflkYqiY1uelWBuIE+UrqeCp2XL8="; }; build-system = [ setuptools ]; Loading Loading @@ -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 ]; }; Loading