python3Packages.pyspeex-noise: 1.0.2 -> 2.0.0
https://github.com/rhasspy/pyspeex-noise/blob/v2.0.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyspeex-noise";
|
||||
version = "1.0.2";
|
||||
version = "2.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rhasspy";
|
||||
repo = "pyspeex-noise";
|
||||
tag = version;
|
||||
hash = "sha256-XtLA5yVVCZdpALPu3fx+U+aaA729Vs1UeOJsIm6/S+k=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-sOm3zYXI84c/8Qh4rvEZGcBo/avqS+ul+uLwtmCCc1I=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/rhasspy/pyspeex-noise/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/rhasspy/pyspeex-noise/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Noise suppression and automatic gain with speex";
|
||||
homepage = "https://github.com/rhasspy/pyspeex-noise";
|
||||
license = with lib.licenses; [
|
||||
|
||||
Reference in New Issue
Block a user