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

python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3 (#368068)

parents 0792f6a8 ac9c076d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "recipe-scrapers";
  version = "15.3.2";
  version = "15.3.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "hhursev";
    repo = "recipe-scrapers";
    rev = "refs/tags/${version}";
    hash = "sha256-Q3pbvLbSpV1DOUGSGydgmGOCGrlfGKVENneC6iuVNxs=";
    tag = version;
    hash = "sha256-rIQ6OfxsVczidLYVvXtkfpBk/KGLgDo+h4kqKXXSD80=";
  };

  nativeBuildInputs = [ setuptools ];