lol
0
fork

Configure Feed

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

python: txaio: 2.10.0 -> 18.7.1

+2 -2
+2 -2
pkgs/development/python-modules/txaio/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "txaio"; 5 - version = "2.10.0"; 5 + version = "18.7.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "4797f9f6a9866fe887c96abc0110a226dd5744c894dc3630870542597ad30853"; 9 + sha256 = "701de939e90bb80f7e085357081552437526752199def5541dddfc34c0b0593f"; 10 10 }; 11 11 12 12 checkInputs = [ pytest mock ];