Merge pull request #317952 from GaetanLepage/dm-control

python311Packages.dm-control: 1.0.19 -> 1.0.20
This commit is contained in:
Nick Cao 2024-06-07 15:22:11 -04:00 committed by GitHub
commit 2a9d962757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "dm-control";
version = "1.0.19";
version = "1.0.20";
pyproject = true;
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "google-deepmind";
repo = "dm_control";
rev = "refs/tags/${version}";
hash = "sha256-q9hY/icvc1tPI0xBYxExc2a+gv0i6utaB4GBnJwQPCw=";
hash = "sha256-huXvfQz7E+OCqRrhLC5dUaG/A2PQXrPBzseIFx7ZIeE=";
};
build-system = [