python311Packages.texttable: 1.6.7 -> 1.7.0

This commit is contained in:
Fabian Affolter
2023-10-10 14:33:44 +02:00
parent 86bc806080
commit 7aa12e4650
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "texttable";
version = "1.6.7";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-KQNI+2f3dGkxvN/VWsdYTs1OWwhGqxZDM/B5SxIXYPI=";
hash = "sha256-LSBo+1URWAfTrHekymj6SIA+hOuw7iNA+FgQejZSJjg=";
};
meta = with lib; {