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

python310Packages.recipe-scrapers: 14.36.1 -> 14.43.0

parent a56230df
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 = [