python312Packages.dm-control: 1.0.23 -> 1.0.24
Diff: https://github.com/google-deepmind/dm_control/compare/refs/tags/1.0.23...1.0.24 Changelog: https://github.com/google-deepmind/dm_control/releases/tag/1.0.24
This commit is contained in:
parent
bd1a3157de
commit
469b4bbbaf
@ -29,14 +29,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dm-control";
|
||||
version = "1.0.23";
|
||||
version = "1.0.24";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google-deepmind";
|
||||
repo = "dm_control";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-eSvER3lceAEZZ+DhCjvjNW3YpdzCeP/lly5AP3eDnbA=";
|
||||
hash = "sha256-DnU3u7h/sPCjKLTFppAuPcY8CC0PNdFIlmeGd4xgy3M=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
Loading…
Reference in New Issue
Block a user