python3Packages.ingredient-parser-nlp: 2.1.0 -> 2.1.1 (#410932)

This commit is contained in:
Aleksana
2025-05-26 22:52:47 +08:00
committed by GitHub
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "ingredient-parser-nlp";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "strangetom";
repo = "ingredient-parser";
tag = version;
hash = "sha256-VGHN1zgT6gaIrUN6JMgdCSHu652H0D6LCWI6deX12bs=";
hash = "sha256-rmCM3KmsCGrKX5AvfIinkL689+miXII9meGAYQxSqEk=";
};
build-system = [ setuptools ];