8 buildPythonPackage rec {
11 format = "setuptools";
13 inherit pname version;
15 hash = "sha256-2jM5rx3JpZTMqdycccclJysuMGYE5F0OBXXNE8X5XWg=";
18 propagatedBuildInputs = [
24 description = "Time manipulation utilities for Python";
25 homepage = "https://hiro.readthedocs.io/en/latest/";
26 license = licenses.mit;
27 maintainers = with maintainers; [ nyarly ];