Unverified Commit c57e66f9 authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

plotext: 5.2.8 -> 5.3.2 (#391896)

parents a1ae0c66 2b2b2288
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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