Unverified Commit d5fca539 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.ingredient-parser-nlp: 2.4.0 -> 2.5.0 (#487174)

parents 978d96a1 9aee687d
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.4.0";
  version = "2.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "strangetom";
    repo = "ingredient-parser";
    tag = version;
    hash = "sha256-E5YHLRtUKtokAc+QUpF4Pd7hOZyFx6IIB1AadyIRWpI=";
    hash = "sha256-xJ+WuTi/vihuliwSOvFWXk23uMUPUQIGP/WeaChwL4U=";
  };

  build-system = [ setuptools ];