Skip to content

Commit 24a5f5c

Browse files
committed
python312Packages.torchrl: 0.7.0 -> 0.7.1
Diff: pytorch/rl@refs/tags/v0.7.0...v0.7.1 Changelog: https://github.com/pytorch/rl/releases/tag/v0.7.1
1 parent 2d640b6 commit 24a5f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/torchrl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848

4949
buildPythonPackage rec {
5050
pname = "torchrl";
51-
version = "0.7.0";
51+
version = "0.7.1";
5252
pyproject = true;
5353

5454
src = fetchFromGitHub {
5555
owner = "pytorch";
5656
repo = "rl";
5757
tag = "v${version}";
58-
hash = "sha256-SMVm1XfHHqSkWTDVSqqO3kIxMBgV9A+XrEpJ56AyaBE=";
58+
hash = "sha256-+GE84GusipNZ18euV8ag0AbOtUrYfOxUAeXeCgF2OiI=";
5959
};
6060

6161
build-system = [

0 commit comments

Comments
 (0)