7 buildPythonPackage rec {
13 pname = "python-sane";
14 sha256 = "JAmOuDxujhsBEm5q16WwR5wHsBPF0iBQm1VYkv5JJd4=";
22 homepage = "https://github.com/python-pillow/Sane";
23 description = "Python interface to the SANE scanner and frame grabber ";
24 license = licenses.mit;
25 maintainers = with maintainers; [ doronbehar ];