python3Packages.ingredient-parser-nlp: 2.1.1 -> 2.2.0

This commit is contained in:
R. Ryantm 2025-08-17 12:57:47 +00:00
parent e1b788a9cb
commit 39f910f37f

View File

@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "ingredient-parser-nlp";
version = "2.1.1";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "strangetom";
repo = "ingredient-parser";
tag = version;
hash = "sha256-rmCM3KmsCGrKX5AvfIinkL689+miXII9meGAYQxSqEk=";
hash = "sha256-vv7sNRG2GH1uYy1UMpIx6yGLMIFrFN+dggpoqzhRFRg=";
};
build-system = [ setuptools ];