Merge pull request #299907 from r-ryantm/auto-update/python312Packages.torchaudio

python312Packages.torchaudio: 2.2.1 -> 2.2.2
This commit is contained in:
Weijia Wang 2024-04-06 02:16:41 +02:00 committed by GitHub
commit 3800332e7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [