9 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "freeman-lab";
16 rev = "ef76425797c71fbe3795b4302c49ab5be6b0bacb"; # no tags in repo
17 sha256 = "0xd8isrlwwxlgji90lly1sq4l2a37rqvhsmyhv7bd3aj1dyjmdr6";
20 propagatedBuildInputs = [
34 description = "simple and sensible display of images";
35 homepage = "https://github.com/freeman-lab/showit";
36 license = licenses.mit;