Skip to content

Commit 7e49c1b

Browse files
authored
python312Packages.ttstokenizer: 1.0.0 -> 1.1.0 (NixOS#374375)
2 parents 5f2728f + 50c025e commit 7e49c1b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/ttstokenizer

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ttstokenizer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
buildPythonPackage rec {
1212
pname = "ttstokenizer";
13-
version = "1.0.0";
13+
version = "1.1.0";
1414
format = "setuptools";
1515

1616
src = fetchPypi {
1717
inherit pname version;
18-
hash = "sha256-HtDXDKlZ3jpwIgb5DvaqurEkRe8TRJ2xqKl2IKElnKU=";
18+
hash = "sha256-akXiscw57CMp2JDdJq7wqeBeML41yLyFh7fTZwEBlVA=";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)