Skip to content

Commit e4e0f26

Browse files
authored
python312Packages.dm-control: 1.0.26 -> 1.0.28 (NixOS#388968)
2 parents bfd9c38 + 179a078 commit e4e0f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/dm-control/default.nix

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

3030
buildPythonPackage rec {
3131
pname = "dm-control";
32-
version = "1.0.26";
32+
version = "1.0.28";
3333
pyproject = true;
3434

3535
src = fetchFromGitHub {
3636
owner = "google-deepmind";
3737
repo = "dm_control";
3838
tag = version;
39-
hash = "sha256-CKBgBs0hLTvExkcGYtOZ+h+/Hh4HEgF9wT/jzRe0bV0=";
39+
hash = "sha256-3a3HuyKT7Df7y/QzJETxd8cUY2QtrVo15cNogKWt8/U=";
4040
};
4141

4242
build-system = [

0 commit comments

Comments
 (0)