python3Packages.epitran: 1.35.1 -> 1.35.2

This commit is contained in:
R. Ryantm
2026-06-22 06:44:20 +00:00
parent 4831080ceb
commit a5c190b42b
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "epitran";
version = "1.35.1";
version = "1.35.2";
pyproject = true;
src = fetchFromGitHub {
owner = "dmort27";
repo = "epitran";
tag = "v${version}";
hash = "sha256-XXEZEptrVH+wfWm85B8yZ+RI+6AUZjWFKMjst/V7aE0=";
hash = "sha256-O9AzL+snaL0WawsL00v0nnuUZqqC0gAmrlJWLsDnfyU=";
};
build-system = [