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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user