plotext: 5.2.8 -> 5.3.2 (#391896)

authored by Samuel Ainsworth and committed by GitHub c57e66f9 a1ae0c66

+2 -2
+2 -2
pkgs/development/python-modules/plotext/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "plotext"; 9 - version = "5.2.8"; 9 + version = "5.3.2"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "piccolomo"; 14 14 repo = pname; 15 15 tag = version; 16 - hash = "sha256-V7N7p5RxLKYLmJeojikYJ/tT/IpVGzG3ZPVvUisDAVs="; 16 + hash = "sha256-4cuStXnZFTlOoBp9w+LrTZavCWEaQdZMY4apGNKvBXE="; 17 17 }; 18 18 19 19 # Package does not have a conventional test suite that can be run with either