Merge pull request #299275 from r-ryantm/auto-update/python311Packages.ftfy

python311Packages.ftfy: 6.1.3 -> 6.2.0
This commit is contained in:
Weijia Wang
2024-04-05 21:12:57 +02:00
committed by GitHub
@@ -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 = [