nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.recipe-scrapers: 15.8.0 -> 15.9.0 (#432612)

authored by

Bruno BELANYI and committed by
GitHub
4e29de6a 6acd4561

+2 -2
+2 -2
pkgs/development/python-modules/recipe-scrapers/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "recipe-scrapers"; 20 - version = "15.8.0"; 20 + version = "15.9.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "hhursev"; 27 27 repo = "recipe-scrapers"; 28 28 tag = version; 29 - hash = "sha256-G2FKv4HZ6Kf4u/EDflkYqiY1uelWBuIE+UrqeCp2XL8="; 29 + hash = "sha256-pbcIAr0yKGSWfuVMsOfriUUW1dhlvjX2JfDPJ8akldg="; 30 30 }; 31 31 32 32 build-system = [ setuptools ];