8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "2ef363cdd6f4f0193ce62257486027e36884570f6140bbde51de72df321b77f1";
17 propagatedBuildInputs = [ pillow mock ];
20 homepage = "https://github.com/azaghal/pydenticon";
21 description = "Library for generating identicons. Port of Sigil (https://github.com/cupcake/sigil) with enhancements";
22 license = licenses.bsd0;