Skip to content

Commit 5f45b7d

Browse files
authoredMar 24, 2025
python312Packages.stable-baselines3: 2.5.0 -> 2.6.0 (#392762)
2 parents 787a995 + afc4224 commit 5f45b7d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/stable-baselines3

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/stable-baselines3/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}:
2323
buildPythonPackage rec {
2424
pname = "stable-baselines3";
25-
version = "2.5.0";
25+
version = "2.6.0";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "DLR-RM";
3030
repo = "stable-baselines3";
3131
tag = "v${version}";
32-
hash = "sha256-4KOF/3/PxHHSo95zaqtPy5+h53VcUsMhSx85tGvXV2o=";
32+
hash = "sha256-VnoQ8cKqPcZPpR9c3M6xJDdG7gnO9fxIa4v2kxd9Nzg=";
3333
};
3434

3535
build-system = [ setuptools ];

0 commit comments

Comments
 (0)
Failed to load comments.