Unverified Commit 00334aac authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #251727 from r-ryantm/auto-update/python310Packages.recipe-scrapers

python310Packages.recipe-scrapers: 14.36.1 -> 14.43.0
parents 749c18d7 c9e235a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "recipe-scrapers";
  version = "14.36.1";
  version = "14.43.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "hhursev";
    repo = "recipe-scrapers";
    rev = "refs/tags/${version}";
    hash = "sha256-JadtlJMxRib8FpNC4QGYXfUEJGyB1aniDbsbsBYU3no=";
    hash = "sha256-ik/ADmu6yGY7xWXCAn0kcWJphANIIwM8QKWjm9xoVYQ=";
  };

  nativeBuildInputs = [