python3Packages.torchrl: 0.11.0 -> 0.11.1

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

Changelog: https://github.com/pytorch/rl/releases/tag/v0.11.1
This commit is contained in:
Gaetan Lepage
2026-02-05 09:23:58 +00:00
parent 898c266d16
commit 6db7cdc58c
@@ -75,14 +75,14 @@
buildPythonPackage (finalAttrs: {
pname = "torchrl";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${finalAttrs.version}";
hash = "sha256-Ae1zhc3lESCsuAJbbjrT5Vv0zTIiiBw9HBtKwWsbVzc=";
hash = "sha256-1S/A9zb6hlRYIV8Jf1lQ31TzxuA16lDiQHTu+Y6WSQk=";
};
postPatch = ''