13 buildPythonPackage rec {
14 pname = "rich-pixels";
18 src = fetchFromGitHub {
19 owner = "darrenburns";
22 hash = "sha256-fbpnHEfBPWLSYhgETqKbdmmzt7Lu/4oKgetjgNvv04c=";
27 name = "fix-version.patch";
28 url = "https://github.com/darrenburns/rich-pixels/commit/ff1cc3fef789321831f29e9bf282ae6b337eddb2.patch";
29 hash = "sha256-58ZHBNg1RCuOfuE034qF1SbAgoiWMNlSG3c5pCSLUyI=";
46 propagatedBuildInputs = [
55 pythonImportsCheck = [ "rich_pixels" ];
58 description = "A Rich-compatible library for writing pixel images and ASCII art to the terminal";
59 homepage = "https://github.com/darrenburns/rich-pixels";
60 changelog = "https://github.com/darrenburns/rich-pixels/releases/tag/${src.rev}";
61 license = licenses.mit;
62 maintainers = with maintainers; [ figsoda ];