python311Packages.aioftp: 0.22.2 -> 0.22.3

This commit is contained in:
R. Ryantm 2024-01-30 14:52:19 +00:00
parent 0b8f8e0cd9
commit d952b470cb

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aioftp";
version = "0.22.2";
version = "0.22.3";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-YcHNpxpldxW0GZRCt9t0XcW+rgWGW43w3QFMBSQK3LA=";
hash = "sha256-uqKxMYaqAWIuS4LyfC9I9Nr7SORXprGPzamakl4NwnA=";
};
postPatch = ''