7 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "ramonsaraiva";
14 rev = "36a97e55f058de002a0da4f2a8e18c00d944821c";
15 hash = "sha256-4Opaph8Q1tQH+C/Epur8AA26RN4vO944DjCg0zDJqxM=";
23 description = "Minimalist measurement of python code time";
24 homepage = "https://github.com/ramonsaraiva/timy";
25 license = licenses.mit;
26 maintainers = with maintainers; [ flandweber ];