Skip to content

Commit 8b0b5ab

Browse files
authored
python3Packages.ingredient-parser-nlp: 2.6.0 -> 2.7.0 (NixOS#527893)
2 parents e8fea7e + 3e79978 commit 8b0b5ab

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • pkgs/development/python-modules/ingredient-parser-nlp

pkgs/development/python-modules/ingredient-parser-nlp/default.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@
88
nltk,
99
numpy,
1010
pint,
11-
python-crfsuite,
1211

1312
pytestCheckHook,
1413
nltk-data,
1514
}:
1615
buildPythonPackage rec {
1716
pname = "ingredient-parser-nlp";
18-
version = "2.6.0";
17+
version = "2.7.0";
1918
pyproject = true;
2019

2120
src = fetchFromGitHub {
2221
owner = "strangetom";
2322
repo = "ingredient-parser";
2423
tag = version;
25-
hash = "sha256-jssQSzLcIZ6ss9+FksUE9Q9IwkNvQqq57zRUg+KHAhM=";
24+
hash = "sha256-WodKuK4CaBipKxLQyOgQ0sFfTDzS/F0URgkoQaFNoNc=";
2625
};
2726

2827
build-system = [ setuptools ];
@@ -31,7 +30,6 @@ buildPythonPackage rec {
3130
nltk
3231
numpy
3332
pint
34-
python-crfsuite
3533
];
3634

3735
nativeCheckInputs = [

0 commit comments

Comments
 (0)