python37Packages.texttable: 1.6.1 -> 1.6.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-texttable/versions
This commit is contained in:
R. RyanTM 2019-07-16 07:54:17 -07:00
parent 7803ff314c
commit 2d1870a3d0

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "texttable";
version = "1.6.1";
version = "1.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2";
sha256 = "1x5l77akfc20x52jma9573qp8l8r07q103pm4l0pbizvh4vp1wzg";
};
meta = {