python310Packages.aiofiles: 0.8.0 -> 22.1.0

This commit is contained in:
Fabian Affolter 2022-09-08 13:42:45 +02:00
parent b8b9e1d64c
commit c532303ba1

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiofiles";
version = "0.8.0";
version = "22.1.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Tinche";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V7F+xalFGMgTgT30Gmd9FVV3cPndI/i9cB5vEuW/KVc=";
sha256 = "sha256-2itjGYusJT6sbCAgvKsI9IXeAOP7VQV0bpifFBZmnAo=";
};
nativeBuildInputs = [