python3Packages.torchaudio: 2.0.1 -> 2.0.2

This commit is contained in:
Gaetan Lepage 2023-05-17 14:03:14 +02:00
parent 41f73b7fc7
commit ce1398cad8

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "torchaudio";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "pytorch";
repo = "audio";
rev = "v${version}";
hash = "sha256-qrDWFY+6eVV9prUzUzb5yzyFYtEvaSyEW0zeKqAg2Vk=";
hash = "sha256-9lB4gLXq0nXHT1+DNOlbJQqNndt2I6kVoNwhMO/2qlE=";
};
postPatch = ''