1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: aiofiles: 0.3.2 -> 0.4.0

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:21:45 +02:00
parent 7361cadbdb
commit 8667acf426

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "aiofiles";
version = "0.3.2";
version = "0.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "852a493a877b73e11823bfd4e8e5ef2610d70d12c9eaed961bcd9124d8de8c10";
sha256 = "021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee";
};
disabled = pythonOlder "3.3";