python3Packages.torchaudio: 2.7.1 -> 2.8.0

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

Changelog: https://github.com/pytorch/audio/releases/tag/v2.8.0
This commit is contained in:
Gaetan Lepage
2025-08-08 11:49:14 +02:00
parent fadb458e80
commit 9530d20a35

View File

@@ -77,7 +77,7 @@ let
in
buildPythonPackage rec {
pname = "torchaudio";
version = "2.7.1";
version = "2.8.0";
pyproject = true;
stdenv = torch.stdenv;
@@ -86,7 +86,7 @@ buildPythonPackage rec {
owner = "pytorch";
repo = "audio";
tag = "v${version}";
hash = "sha256-T1V+/Oho6Dblh3ah5PljpxKcndy2e1dAlVxC3ay4AM0=";
hash = "sha256-SPa6ZWA2AWawfL4Z4mb1nddGaAsGEl/0dwweBpex2Wo=";
};
patches = [