python312Packages.pyphen: 0.17.0 -> 0.17.2

This commit is contained in:
R. Ryantm
2025-01-24 12:05:02 +00:00
parent 0aa475546e
commit 2ee6dd35b8

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyphen";
version = "0.17.0";
version = "0.17.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-HROs0c43o4TXYSlUrmx4AbtMUxbaDiuTeyEnunAqPaQ=";
hash = "sha256-9gZHqcmzDsbFmRAJevgrxd0tNldrkY5EFI2LB+87SqM=";
};
build-system = [ flit-core ];