python3Packages.tensordict: 0.11.0 -> 0.12.0 (#505531)

This commit is contained in:
Gaétan Lepage 2026-04-01 07:32:14 +00:00 committed by GitHub
commit 8f939b6780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,14 +29,14 @@
buildPythonPackage (finalAttrs: {
pname = "tensordict";
version = "0.11.0";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "tensordict";
tag = "v${finalAttrs.version}";
hash = "sha256-PUPDKv10Ks4B1kpgbRcnmfWFUkpFEdxMmTNztFVfdK4=";
hash = "sha256-5m5nNVsaBabUuKPHErBr+LQWfCvjG9b2CjwdK9mASF0=";
};
postPatch = ''