From 8d195c341bc789d2b71284fcfc7c3ecf45ffdf2b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 4 Oct 2024 19:29:31 +0000 Subject: [PATCH] python312Packages.recipe-scrapers: 15.1.0 -> 15.2.1 --- pkgs/development/python-modules/recipe-scrapers/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/recipe-scrapers/default.nix b/pkgs/development/python-modules/recipe-scrapers/default.nix index dc72a492a20e..eba4cd32df88 100644 --- a/pkgs/development/python-modules/recipe-scrapers/default.nix +++ b/pkgs/development/python-modules/recipe-scrapers/default.nix @@ -16,16 +16,16 @@ buildPythonPackage rec { pname = "recipe-scrapers"; - version = "15.1.0"; + version = "15.2.1"; pyproject = true; - disabled = pythonOlder "3.8"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "hhursev"; repo = "recipe-scrapers"; rev = "refs/tags/${version}"; - hash = "sha256-PCtvDd/1eAbo1aHUPMu0XHNHMwBTbjZmdSNrY2PmxQc="; + hash = "sha256-2rwy7tfTKaUmPJv59WMVGAOUP+vGWquJbF/3BbS3kkA="; }; nativeBuildInputs = [ setuptools ];