Commit a2633f93 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

python3Packages.recipe-scrapers: 14.32.1 -> 14.36.1

parent f9b6ab7e
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.32.1";
  version = "14.36.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "hhursev";
    repo = "recipe-scrapers";
    rev = "refs/tags/${version}";
    hash = "sha256-6iUagD1PTTAraBHOWLjHiLFFsImO30w84p+6IcIv52c=";
    hash = "sha256-JadtlJMxRib8FpNC4QGYXfUEJGyB1aniDbsbsBYU3no=";
  };

  nativeBuildInputs = [