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

Changed files
+3 -3
pkgs
development
python-modules
recipe-scrapers
+3 -3
pkgs/development/python-modules/recipe-scrapers/default.nix
···
buildPythonPackage rec {
pname = "recipe-scrapers";
-
version = "15.7.1";
+
version = "15.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "hhursev";
repo = "recipe-scrapers";
tag = version;
-
hash = "sha256-DjnK6eq4sgyCNDGQIszrkvNwGLOGitcZPjeLT1woOqs=";
+
hash = "sha256-G2FKv4HZ6Kf4u/EDflkYqiY1uelWBuIE+UrqeCp2XL8=";
};
build-system = [ setuptools ];
···
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 ];
};