python3Packages.torchrl: 0.9.1 -> 0.9.2

Diff: https://github.com/pytorch/rl/compare/refs/tags/v0.9.1...refs/tags/v0.9.2

Changelog: https://github.com/pytorch/rl/releases/tag/v0.9.2
This commit is contained in:
Gaetan Lepage
2025-07-19 16:49:02 +02:00
parent c50c40863f
commit 545a9748e0

View File

@@ -64,14 +64,14 @@
buildPythonPackage rec {
pname = "torchrl";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${version}";
hash = "sha256-afaWDX5lIAoGTfrBSqrktYoA1S4hv6ogBaKYHc8dQ6E=";
hash = "sha256-6rU5+J70T0E7+60jihsjwlLls8jJlxKi3nmrL0xm2c0=";
};
build-system = [