python3Packages.torchrl: 0.11.1 -> 0.13.1

Diff: https://github.com/pytorch/rl/compare/v0.11.1...v0.13.1

Changelog: https://github.com/pytorch/rl/releases/tag/v0.13.1
This commit is contained in:
Gaetan Lepage
2026-06-07 22:29:00 +00:00
parent 23b63f22c8
commit f00e1199db
@@ -75,14 +75,15 @@
buildPythonPackage (finalAttrs: {
pname = "torchrl";
version = "0.11.1";
version = "0.13.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${finalAttrs.version}";
hash = "sha256-1S/A9zb6hlRYIV8Jf1lQ31TzxuA16lDiQHTu+Y6WSQk=";
hash = "sha256-S0jfngqmRQwIVGHM72KUnp/TlR2js+QLRpsX6abiv84=";
};
postPatch = ''