Skip to content

Commit 599c153

Browse files
authored
typeinc: 1.0.1 -> 1.0.3 (#420706)
2 parents a0825da + 388426d commit 599c153

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pkgs/by-name/ty/typeinc/package.nix

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,21 @@
88
}:
99
python3Packages.buildPythonApplication rec {
1010
pname = "typeinc";
11-
version = "1.0.1";
11+
version = "1.0.3";
12+
13+
pyproject = true;
1214

1315
src = fetchFromGitHub {
1416
owner = "AnirudhG07";
1517
repo = "Typeinc";
1618
tag = "v${version}";
17-
hash = "sha256-p549vz4PoZgFybu/X/6BZfEnQAeQEA1jZAgqB5nD5UM=";
19+
hash = "sha256-/R3mNxZE4Pt4UlCljsQphHBCoA2JIZrTorqU4Adcdp0=";
1820
};
1921

20-
pyproject = true;
2122
build-system = [ python3Packages.hatchling ];
2223

2324
nativeBuildInputs = [ installShellFiles ];
2425

25-
dependencies = with python3Packages; [
26-
setuptools
27-
pyttsx3
28-
pyperclip
29-
keyboard
30-
];
31-
3226
postInstall = ''
3327
installManPage docs/man/typeinc.1
3428
'';

0 commit comments

Comments
 (0)