1 { lib, buildPythonPackage, fetchPypi, six, mock }:
2 buildPythonPackage rec {
9 hash = "sha256-2jM5rx3JpZTMqdycccclJysuMGYE5F0OBXXNE8X5XWg=";
12 propagatedBuildInputs = [ six mock ];
15 description = "Time manipulation utilities for Python";
16 homepage = "https://hiro.readthedocs.io/en/latest/";
17 license = licenses.mit;
18 maintainers = with maintainers; [ nyarly ];