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
commit 56f0f406a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [