Merge pull request #294246 from fabaff/time-decode-bump
time-decode: 6.1.0 -> 7.0.2
This commit is contained in:
commit
baf8905783
1 changed files with 8 additions and 3 deletions
|
@ -5,19 +5,24 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "time-decode";
|
pname = "time-decode";
|
||||||
version = "6.1.0";
|
version = "7.0.2";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "digitalsleuth";
|
owner = "digitalsleuth";
|
||||||
repo = "time_decode";
|
repo = "time_decode";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk=";
|
hash = "sha256-K60xIQ6TWPYlsR6YjIquey5Ioaw4oAId59CPlQNK4yk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
colorama
|
colorama
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
pyqt6
|
||||||
];
|
];
|
||||||
|
|
||||||
# Project has no tests
|
# Project has no tests
|
||||||
|
|
Loading…
Reference in a new issue