python312Packages.torchrl: 0.7.0 -> 0.7.1

Diff: https://github.com/pytorch/rl/compare/refs/tags/v0.7.0...v0.7.1

Changelog: https://github.com/pytorch/rl/releases/tag/v0.7.1
This commit is contained in:
Gaetan Lepage
2025-02-18 13:09:48 +01:00
parent 2d640b648a
commit 24a5f5cc21
@@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "torchrl";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${version}";
hash = "sha256-SMVm1XfHHqSkWTDVSqqO3kIxMBgV9A+XrEpJ56AyaBE=";
hash = "sha256-+GE84GusipNZ18euV8ag0AbOtUrYfOxUAeXeCgF2OiI=";
};
build-system = [