We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0825da + 388426d commit 599c153Copy full SHA for 599c153
pkgs/by-name/ty/typeinc/package.nix
@@ -8,27 +8,21 @@
8
}:
9
python3Packages.buildPythonApplication rec {
10
pname = "typeinc";
11
- version = "1.0.1";
+ version = "1.0.3";
12
+
13
+ pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "AnirudhG07";
17
repo = "Typeinc";
18
tag = "v${version}";
- hash = "sha256-p549vz4PoZgFybu/X/6BZfEnQAeQEA1jZAgqB5nD5UM=";
19
+ hash = "sha256-/R3mNxZE4Pt4UlCljsQphHBCoA2JIZrTorqU4Adcdp0=";
20
};
21
- pyproject = true;
22
build-system = [ python3Packages.hatchling ];
23
24
nativeBuildInputs = [ installShellFiles ];
25
- dependencies = with python3Packages; [
26
- setuptools
27
- pyttsx3
28
- pyperclip
29
- keyboard
30
- ];
31
-
32
postInstall = ''
33
installManPage docs/man/typeinc.1
34
'';
0 commit comments