diff options
| author | Bruno BELANYI <bruno@belanyi.fr> | 2025-08-11 10:56:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 10:56:17 +0100 |
| commit | 4e29de6ae0b5b8700d364045b9877c08c9d7fb51 (patch) | |
| tree | e0da0fb475ca2a3c7502abbf563ffdf3abf4d115 | |
| parent | capnproto: fix fibers on static builds (#432323) (diff) | |
| parent | python3Packages.recipe-scrapers: 15.8.0 -> 15.9.0 (diff) | |
| download | nixpkgs-4e29de6ae0b5b8700d364045b9877c08c9d7fb51.tar.gz | |
python3Packages.recipe-scrapers: 15.8.0 -> 15.9.0 (#432612)
| -rw-r--r-- | pkgs/development/python-modules/recipe-scrapers/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/recipe-scrapers/default.nix b/pkgs/development/python-modules/recipe-scrapers/default.nix index 831721ca7bc3..068891872cdf 100644 --- a/pkgs/development/python-modules/recipe-scrapers/default.nix +++ b/pkgs/development/python-modules/recipe-scrapers/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "recipe-scrapers"; - version = "15.8.0"; + version = "15.9.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "hhursev"; repo = "recipe-scrapers"; tag = version; - hash = "sha256-G2FKv4HZ6Kf4u/EDflkYqiY1uelWBuIE+UrqeCp2XL8="; + hash = "sha256-pbcIAr0yKGSWfuVMsOfriUUW1dhlvjX2JfDPJ8akldg="; }; build-system = [ setuptools ]; |
