python3Packages.torchaudio: 2.8.0 -> 2.9.0

Diff: https://github.com/pytorch/audio/compare/v2.8.0...v2.9.0

Changelog: https://github.com/pytorch/audio/releases/tag/v2.9.0
This commit is contained in:
Gaetan Lepage
2025-10-29 22:34:06 +00:00
parent 32569d349a
commit 9cef5c9a13
@@ -77,7 +77,7 @@ let
in
buildPythonPackage rec {
pname = "torchaudio";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
stdenv = torch.stdenv;
@@ -86,7 +86,7 @@ buildPythonPackage rec {
owner = "pytorch";
repo = "audio";
tag = "v${version}";
hash = "sha256-SPa6ZWA2AWawfL4Z4mb1nddGaAsGEl/0dwweBpex2Wo=";
hash = "sha256-oZTe0LWqOJ0NUxmmUKZN3GhMgloOMCYMicbYoaW2pTw=";
};
patches = [