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 5f2728f + 50c025e commit 7e49c1bCopy full SHA for 7e49c1b
pkgs/development/python-modules/ttstokenizer/default.nix
@@ -10,12 +10,12 @@
10
11
buildPythonPackage rec {
12
pname = "ttstokenizer";
13
- version = "1.0.0";
+ version = "1.1.0";
14
format = "setuptools";
15
16
src = fetchPypi {
17
inherit pname version;
18
- hash = "sha256-HtDXDKlZ3jpwIgb5DvaqurEkRe8TRJ2xqKl2IKElnKU=";
+ hash = "sha256-akXiscw57CMp2JDdJq7wqeBeML41yLyFh7fTZwEBlVA=";
19
};
20
21
propagatedBuildInputs = [
0 commit comments