python3Packages.sentence-stream: 1.1.0 -> 1.2.0

Diff: https://github.com/OHF-Voice/sentence-stream/compare/v1.1.0...v1.2.0

Changelog: https://github.com/OHF-Voice/sentence-stream/blob/v1.2.0/CHANGELOG.md

Changed files
+2 -2
pkgs
development
python-modules
sentence-stream
+2 -2
pkgs/development/python-modules/sentence-stream/default.nix
···
buildPythonPackage rec {
pname = "sentence-stream";
-
version = "1.1.0";
+
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "OHF-Voice";
repo = "sentence-stream";
tag = "v${version}";
-
hash = "sha256-2jEEytDa8LIkwoYV5MXuA9mpEFrZYymtdxj0vgMAiWo=";
+
hash = "sha256-xGxgGOl8PM5Nc7ApeiRKdaKeoxsc/a7oBF+Ld+vtYDo=";
};
build-system = [