Unverified Commit 9baaaec6 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python312Packages.recipe-scrapers: 15.1.0 -> 15.2.1 (#346498)

parents 40e34c44 8d195c34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];