plotext: 5.2.8 -> 5.3.2 (#391896)

This commit is contained in:
Samuel Ainsworth
2025-03-23 23:31:27 -04:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "plotext";
version = "5.2.8";
version = "5.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "piccolomo";
repo = pname;
tag = version;
hash = "sha256-V7N7p5RxLKYLmJeojikYJ/tT/IpVGzG3ZPVvUisDAVs=";
hash = "sha256-4cuStXnZFTlOoBp9w+LrTZavCWEaQdZMY4apGNKvBXE=";
};
# Package does not have a conventional test suite that can be run with either