time-decode: 9.0.0 -> 10.4.0

Changelog: https://github.com/digitalsleuth/time_decode/releases/tag/v10.4.0
This commit is contained in:
Fabian Affolter
2026-08-25 00:26:58 +02:00
parent 4562afa2f1
commit e22c712c17

View File

@@ -6,23 +6,26 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "time-decode";
version = "9.0.0";
version = "10.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "digitalsleuth";
repo = "time_decode";
tag = "v${finalAttrs.version}";
hash = "sha256-kydH5WN2PELq6YnoSBFRsyVnxL+0r09WxXuqFANXuNs=";
hash = "sha256-MZ876fQ1Si3P+OOaO7G3uQY7WGcTQMryig5rM4nvGrc=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools ];
build-system = with python3.pkgs; [ setuptools ];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
bbpb
colorama
juliandate
prettytable
pyqt6
python-dateutil
python-ulid
pytz
tzdata
];