Commit 5d444e2f authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

python3Packages.ingredient-parser-nlp: 2.3.0 -> 2.4.0

parent 21f23c02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
  pname = "ingredient-parser-nlp";
  version = "2.3.0";
  version = "2.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "strangetom";
    repo = "ingredient-parser";
    tag = version;
    hash = "sha256-+Hd+NtInG3umo0unCQHw8rBDhuIM55VtkVXiD1tKNVo=";
    hash = "sha256-E5YHLRtUKtokAc+QUpF4Pd7hOZyFx6IIB1AadyIRWpI=";
  };

  build-system = [ setuptools ];