8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "07pr39cfw5ayzkp6h53y7lfpd0w19pphsdzsf100fsyy3npavgbr";
24 pythonImportsCheck = [ "utils" ];
27 description = "Python set of utility functions and objects";
28 homepage = "https://github.com/haaksmash/pyutils";
29 license = with licenses; [ lgpl3Only ];
30 maintainers = with maintainers; [ fab ];