mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:07:46 +00:00
time-decode: 6.1.0 -> 7.0.2
Diff: https://github.com/digitalsleuth/time_decode/compare/refs/tags/v6.1.0...v7.0.2 Changelog: https://github.com/digitalsleuth/time_decode/releases/tag/v7.0.2
This commit is contained in:
parent
188c3c2d38
commit
f4cb16f6bf
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "time-decode";
|
||||
version = "6.1.0";
|
||||
version = "7.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "digitalsleuth";
|
||||
repo = "time_decode";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-LbXycu3Yiku9ToW+WS/yUqwicvckj2IkP09TiZkRXnk=";
|
||||
hash = "sha256-K60xIQ6TWPYlsR6YjIquey5Ioaw4oAId59CPlQNK4yk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
colorama
|
||||
python-dateutil
|
||||
pyqt6
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user