nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: aiofiles: 0.3.2 -> 0.4.0

+2 -2
+2 -2
pkgs/development/python-modules/aiofiles/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aiofiles"; 12 - version = "0.3.2"; 12 + version = "0.4.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "852a493a877b73e11823bfd4e8e5ef2610d70d12c9eaed961bcd9124d8de8c10"; 16 + sha256 = "021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee"; 17 17 }; 18 18 19 19 disabled = pythonOlder "3.3";