python311Packages.ftfy: 6.1.3 -> 6.2.0

This commit is contained in:
R. Ryantm 2024-03-26 17:59:36 +00:00
parent f7a8b88715
commit f0ec46ed13

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "ftfy";
version = "6.1.3";
version = "6.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-aTJ0rq2BHP8kweh4QWWqdVzS9uRCpexTXH1pf2QipCI=";
hash = "sha256-XkIUPHAl75eUTKJhnWthsGGfxmVPmHcdOehiwUJMdcA=";
};
nativeBuildInputs = [