python310Packages.pyphen: 0.13.0 -> 0.13.2

This commit is contained in:
R. Ryantm
2022-12-01 18:47:12 +00:00
parent 2f0d2b0cb7
commit efdcde9273
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pyphen";
version = "0.13.0";
version = "0.13.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Boc86//WWo/KfCDA49wDJlXH7o3g9VIgXK07V0JlwpM=";
sha256 = "sha256-hH9XoEOlhAjyRnCuAYT/bt+1/VcxdDIIIowCjdxRRDg=";
};
nativeBuildInputs = [