From 407e142a14c05b45cf9787ebcb9d118e304970cb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 May 2023 18:28:12 +0200 Subject: [PATCH] time-decode: 4.2.0 -> 6.1.0 Diff: https://github.com/digitalsleuth/time_decode/compare/refs/tags/v4.2.0...v6.1.0 Changelog: https://github.com/digitalsleuth/time_decode/releases/tag/v6.1.0 --- pkgs/tools/misc/time-decode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/time-decode/default.nix b/pkgs/tools/misc/time-decode/default.nix index 03b2e04dffe..5d6f3ed8a95 100644 --- a/pkgs/tools/misc/time-decode/default.nix +++ b/pkgs/tools/misc/time-decode/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "time-decode"; - version = "4.2.0"; + version = "6.1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "digitalsleuth"; repo = "time_decode"; rev = "refs/tags/v${version}"; - hash = "sha256-6OSa8tOTAzQbi5aYPDJotWApeh8E3wi4V7RN16Go/E4="; + hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk="; }; propagatedBuildInputs = with python3.pkgs; [