lol
fork

Configure Feed

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

python: texttable: 1.1.1 -> 1.2.1

+2 -2
+2 -2
pkgs/development/python-modules/texttable/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "texttable"; 8 - version = "1.1.1"; 8 + version = "1.2.1"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "44674d1d470a9fc264c4d1eba44b74463ca0066d7b954453dd5a4f8057779c9c"; 12 + sha256 = "c89dc0148ae29645917aab7e970a30d1af565b3ca276cef8ab1a60469f0d8100"; 13 13 }; 14 14 15 15 meta = {