python3Packages.tensordict: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2026-04-01 02:13:41 +00:00
parent 62c6ee843f
commit ede3c0cc7b
@@ -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 = ''