6 buildPythonPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "0k24qj4i996fz7lpjrs36il6lp51rh13b0j2wip87cy5v9109m2d";
18 description = "Pure Python image size library";
19 homepage = "https://github.com/ojii/imgsize";
20 license = with licenses; [ bsd3 ];
21 maintainers = with maintainers; [ twey ];