python311Packages.torchaudio: 2.2.1 -> 2.2.2

Diff: https://github.com/pytorch/audio/compare/refs/tags/v2.2.1...v2.2.2

Changelog: https://github.com/pytorch/audio/releases/tag/v2.2.2
This commit is contained in:
Gaetan Lepage 2024-03-27 23:57:07 +01:00
parent 46ad2b23f5
commit fe826e91f8
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "torchaudio";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "audio";
rev = "refs/tags/v${version}";
hash = "sha256-ejgxWVIkusGi7zwg3nyAHHdjEPrFaS1TN7nN+PpSgOE=";
hash = "sha256-rW4xLUFTpGpUeMnTBdrI/2OjgZX1ihK0EfcVK6snmpk=";
};
patches = [