python3Packages.torchaudio: 2.9.0 -> 2.9.1

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

Changelog: https://github.com/pytorch/audio/releases/tag/v2.9.1
This commit is contained in:
Gaetan Lepage
2025-11-18 07:35:27 +00:00
parent 6a030d5357
commit 649d5edb81
@@ -77,7 +77,7 @@ let
in
buildPythonPackage rec {
pname = "torchaudio";
version = "2.9.0";
version = "2.9.1";
pyproject = true;
stdenv = torch.stdenv;
@@ -86,7 +86,7 @@ buildPythonPackage rec {
owner = "pytorch";
repo = "audio";
tag = "v${version}";
hash = "sha256-oZTe0LWqOJ0NUxmmUKZN3GhMgloOMCYMicbYoaW2pTw=";
hash = "sha256-tTilG/haU3OycSWqA5LR3egcxHVRg/yHJ8JB2rz3aKw=";
};
patches = [