python312Packages.pyphen: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-07-31 05:58:04 +00:00
parent 7fee7ae70f
commit 5e01771fd9

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyphen";
version = "0.15.0";
version = "0.16.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-pDBiPeysU9w2kSQSUyY8uja53XpE/9JoC3Bq82jNovI=";
hash = "sha256-LABrPd8HLJVxq5dgbZqzwmqS6s7UwNWf0dJpiPMI9BM=";
};
nativeBuildInputs = [ flit ];