Skip to content

Commit 332682c

Browse files
python312Packages.tensordict: 0.7.0 -> 0.7.1 (#383079)
2 parents 5cb0276 + 24a5f5c commit 332682c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

2323
buildPythonPackage rec {
2424
pname = "tensordict";
25-
version = "0.7.0";
25+
version = "0.7.1";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "pytorch";
3030
repo = "tensordict";
3131
tag = "v${version}";
32-
hash = "sha256-KbCNBFewMx4kaWMoV+zREj6XTZiwmR4/I3zpf55wuOQ=";
32+
hash = "sha256-tUm1uV9k/IDlR3y/e1aIlU1bjDeh2+zdJdxu8Z9x3es=";
3333
};
3434

3535
build-system = [

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)