lol
0
fork

Configure Feed

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

Merge pull request #133708 from r-ryantm/auto-update/python3.8-aioextensions

authored by

Sandro and committed by
GitHub
20dd8117 d035f69f

+2 -2
+2 -2
pkgs/development/python-modules/aioextensions/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aioextensions"; 13 - version = "20.11.1621472"; 13 + version = "21.7.2261349"; 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "abfb2a27590f20b04808192e6c9c5f93298656c013546850c4505b5070a8cc82"; 18 + sha256 = "2eacc52692495f331437e8c8e9782ca71f4617ec84f174ca17acdd77631efc47"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ uvloop ];