mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user