time-decode: 6.1.0 -> 7.0.2

Diff: https://github.com/digitalsleuth/time_decode/compare/refs/tags/v6.1.0...v7.0.2

Changelog: https://github.com/digitalsleuth/time_decode/releases/tag/v7.0.2

+3 -2
+3 -2
pkgs/tools/misc/time-decode/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "time-decode"; 8 - version = "6.1.0"; 8 + version = "7.0.2"; 9 9 pyproject = true; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "digitalsleuth"; 13 13 repo = "time_decode"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk="; 15 + hash = "sha256-K60xIQ6TWPYlsR6YjIquey5Ioaw4oAId59CPlQNK4yk="; 16 16 }; 17 17 18 18 nativeBuildInputs = with python3.pkgs; [ ··· 22 22 propagatedBuildInputs = with python3.pkgs; [ 23 23 colorama 24 24 python-dateutil 25 + pyqt6 25 26 ]; 26 27 27 28 # Project has no tests