time-decode: 4.1.2 -> 4.2.0

This commit is contained in:
R. Ryantm 2022-12-02 12:17:09 +00:00
parent 4c5c40f176
commit b1e9fe3b52

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "time-decode";
version = "4.1.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "digitalsleuth";
repo = "time_decode";
rev = "refs/tags/v${version}";
sha256 = "sha256-79TReAEHvLldp0n3jTvws3mFE/1O1h6TocjMHrurwt4=";
sha256 = "sha256-6OSa8tOTAzQbi5aYPDJotWApeh8E3wi4V7RN16Go/E4=";
};
propagatedBuildInputs = with python3.pkgs; [