python311Packages.mujoco: 3.1.3 -> 3.1.4
Changelog: https://github.com/google-deepmind/mujoco/releases/tag/3.1.4
This commit is contained in:
parent
090f1039ac
commit
90175aae04
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mujoco";
|
||||
version = "3.1.3";
|
||||
version = "3.1.4";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
# in the project's CI.
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-9wDQdAMQYLRhEd22BDLQBCX4Ie7q8MzHbtldR4Yb1N4=";
|
||||
hash = "sha256-GdeL1zMri/ArjXyjXTgan48WVPTHDA1/SZxtTYB8QFk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user