Merge pull request #309544 from GaetanLepage/jiwer
python311Packages.jiwer: 3.0.3 -> 3.04
This commit is contained in:
commit
f3b01c628c
1 changed files with 6 additions and 6 deletions
|
@ -10,24 +10,24 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jiwer";
|
||||
version = "3.0.3";
|
||||
format = "pyproject";
|
||||
version = "3.04";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jitsi";
|
||||
repo = pname;
|
||||
repo = "jiwer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-32bpSBYl6yxb4lJhHnfnYhtye7DaBZT0VAe9rDcleTc=";
|
||||
hash = "sha256-2LzAOgABK00Pz3v5WWYUAcZOYcTbRKfgw7U5DOohB/Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
rapidfuzz
|
||||
click
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue