python3Packages.monotonic-alignment-search: 0.1.1 -> 0.2.0
This commit is contained in:
parent
3f62a1ca1a
commit
a836189e85
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "monotonic-alignment-search";
|
pname = "monotonic-alignment-search";
|
||||||
version = "0.1.1";
|
version = "0.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eginhard";
|
owner = "eginhard";
|
||||||
repo = "monotonic_alignment_search";
|
repo = "monotonic_alignment_search";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-qBkJKED0KVArhzmhZo8UuWQ55XMMBgvKM3xOwiPVwKU=";
|
hash = "sha256-N714DfLyrdhhm2yWlMzUVZkQ5Ys2aOmtEcxACGM665Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/eginhard/monotonic_alignment_search";
|
homepage = "https://github.com/eginhard/monotonic_alignment_search";
|
||||||
description = "Monotonically align text and speech";
|
description = "Monotonically align text and speech";
|
||||||
changelog = "https://github.com/eginhard/monotonic_alignment_search/releases/tag/v${version}";
|
changelog = "https://github.com/eginhard/monotonic_alignment_search/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ jbgi ];
|
maintainers = with lib.maintainers; [ jbgi ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user