21 buildPythonPackage rec {
26 src = fetchFromGitHub {
27 owner = "kennethreitz";
29 rev = "refs/tags/v${version}";
30 hash = "sha256-4fUyUqVQk/AcQL3xMnU1cQlF5yiD/N9NPAsUPuDTTNY=";
34 # function was made private in humanize
35 substituteInPlace maya/core.py \
36 --replace "humanize.time.abs_timedelta" "humanize.time._abs_timedelta"
43 propagatedBuildInputs = [
58 description = "Datetimes for Humans";
59 homepage = "https://github.com/kennethreitz/maya";
60 license = licenses.mit;