6 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
11 owner = "digitalsleuth";
13 rev = "refs/tags/v${version}";
14 sha256 = "sha256-79TReAEHvLldp0n3jTvws3mFE/1O1h6TocjMHrurwt4=";
17 propagatedBuildInputs = with python3.pkgs; [
22 # Project has no tests
25 pythonImportsCheck = [ "time_decode" ];
28 description = "Timestamp and date decoder";
29 homepage = "https://github.com/digitalsleuth/time_decode";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ fab ];