python3Packages.tensordict: 0.12.1 -> 0.12.2

Diff: https://github.com/pytorch/tensordict/compare/v0.12.1...v0.12.2

Changelog: https://github.com/pytorch/tensordict/releases/tag/v0.12.2
This commit is contained in:
Gaetan Lepage
2026-04-20 16:06:14 +00:00
parent 118e09f147
commit 581d67e359
@@ -29,14 +29,15 @@
buildPythonPackage (finalAttrs: {
pname = "tensordict";
version = "0.12.1";
version = "0.12.2";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "tensordict";
tag = "v${finalAttrs.version}";
hash = "sha256-3N2qj8aoUFQgQlYKEqUCKpMXwfn9XvdxLcB3wT3WOqY=";
hash = "sha256-H01/z0bVjD4ORBQpNIomN8EvAuAVWsh4kHnW4RDFGTY=";
};
postPatch = ''