python3Packages.torchaudio: 2.9.1 -> 2.10.0

https://github.com/pytorch/audio/releases/tag/v2.10.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:05 +01:00
parent 421c38f48f
commit b6aead3126
@@ -78,14 +78,14 @@ let
in
buildPythonPackage.override { inherit stdenv; } rec {
pname = "torchaudio";
version = "2.9.1";
version = "2.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "audio";
tag = "v${version}";
hash = "sha256-tTilG/haU3OycSWqA5LR3egcxHVRg/yHJ8JB2rz3aKw=";
hash = "sha256-b1sjHVFXdNFDbdtXWSM2KisSRE/8IbzJI4rvzYQ4UMg=";
};
patches = [
@@ -156,7 +156,7 @@ buildPythonPackage.override { inherit stdenv; } rec {
meta = {
description = "PyTorch audio library";
homepage = "https://pytorch.org/";
changelog = "https://github.com/pytorch/audio/releases/tag/v${version}";
changelog = "https://github.com/pytorch/audio/releases/tag/${src.tag}";
license = lib.licenses.bsd2;
platforms =
lib.platforms.linux ++ lib.optionals (!cudaSupport && !rocmSupport) lib.platforms.darwin;