time-decode: refactor

This commit is contained in:
Fabian Affolter 2024-03-08 10:34:42 +01:00
parent d451e9d821
commit 188c3c2d38

View file

@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "time-decode";
version = "6.1.0";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "digitalsleuth";
@ -15,6 +15,10 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
colorama
python-dateutil