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
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
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 = [
|
||||
|
||||
Reference in New Issue
Block a user