diff --git a/pkgs/development/python-modules/plotext/default.nix b/pkgs/development/python-modules/plotext/default.nix index 614a09e78bed..a7bd0e2e7568 100644 --- a/pkgs/development/python-modules/plotext/default.nix +++ b/pkgs/development/python-modules/plotext/default.nix @@ -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