From f00e1199dbe2cebb4b3ccf34d34cbc4f96b1666e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 7 Jun 2026 21:56:14 +0000 Subject: [PATCH] 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 --- pkgs/development/python-modules/torchrl/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/torchrl/default.nix b/pkgs/development/python-modules/torchrl/default.nix index fdc32563e15e..7a8f43834926 100644 --- a/pkgs/development/python-modules/torchrl/default.nix +++ b/pkgs/development/python-modules/torchrl/default.nix @@ -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 = ''