···67buildPythonPackage rec {
8 pname = "plotext";
9- version = "5.2.8";
10 format = "setuptools";
1112 src = fetchFromGitHub {
13 owner = "piccolomo";
14 repo = pname;
15 tag = version;
16- hash = "sha256-V7N7p5RxLKYLmJeojikYJ/tT/IpVGzG3ZPVvUisDAVs=";
17 };
1819 # Package does not have a conventional test suite that can be run with either
···67buildPythonPackage rec {
8 pname = "plotext";
9+ version = "5.3.2";
10 format = "setuptools";
1112 src = fetchFromGitHub {
13 owner = "piccolomo";
14 repo = pname;
15 tag = version;
16+ hash = "sha256-4cuStXnZFTlOoBp9w+LrTZavCWEaQdZMY4apGNKvBXE=";
17 };
1819 # Package does not have a conventional test suite that can be run with either