python3Packages.tensordict: 0.12.3 -> 0.12.4 (#525758)

This commit is contained in:
Gaétan Lepage
2026-05-29 23:21:36 +00:00
committed by GitHub
@@ -29,7 +29,7 @@
buildPythonPackage (finalAttrs: {
pname = "tensordict";
version = "0.12.3";
version = "0.12.4";
pyproject = true;
__structuredAttrs = true;
@@ -37,7 +37,7 @@ buildPythonPackage (finalAttrs: {
owner = "pytorch";
repo = "tensordict";
tag = "v${finalAttrs.version}";
hash = "sha256-umxBWVM9lXIDxNQKsg1kxJKkIHbRTyHXbd0lLs7GycA=";
hash = "sha256-P5Mw3Hi+zOQBdE2O2gk7VI0/y58v0ogmL3Fj1996Gdg=";
};
postPatch = ''