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

python3Packages.texttable: 1.6.3 -> 1.6.4

+2 -2
+2 -2
pkgs/development/python-modules/texttable/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "texttable"; 8 - version = "1.6.3"; 8 + version = "1.6.4"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "ce0faf21aa77d806bbff22b107cc22cce68dc9438f97a2df32c93e9afa4ce436"; 12 + sha256 = "42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9"; 13 13 }; 14 14 15 15 meta = with lib; {