3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pyphen: 0.13.2 -> 0.14.0

This commit is contained in:
R. Ryantm 2023-05-06 22:07:20 +00:00
parent d8ede6fd84
commit a93d719d32

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyphen";
version = "0.13.2";
version = "0.14.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hH9XoEOlhAjyRnCuAYT/bt+1/VcxdDIIIowCjdxRRDg=";
hash = "sha256-WWyLO+HBpwQRul9lF9nM/jCDx1iuK5SkXycHNG2OZvo=";
};
nativeBuildInputs = [