Commit ac9c076d authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3

parent 6437a6b9
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 ];