python3Packages.tensordict: 0.12.2 -> 0.12.3 (#519578)

This commit is contained in:
Gaétan Lepage
2026-05-13 15:31:34 +00:00
committed by GitHub
@@ -29,7 +29,7 @@
buildPythonPackage (finalAttrs: {
pname = "tensordict";
version = "0.12.2";
version = "0.12.3";
pyproject = true;
__structuredAttrs = true;
@@ -37,7 +37,7 @@ buildPythonPackage (finalAttrs: {
owner = "pytorch";
repo = "tensordict";
tag = "v${finalAttrs.version}";
hash = "sha256-H01/z0bVjD4ORBQpNIomN8EvAuAVWsh4kHnW4RDFGTY=";
hash = "sha256-umxBWVM9lXIDxNQKsg1kxJKkIHbRTyHXbd0lLs7GycA=";
};
postPatch = ''