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:
Gaetan Lepage 2024-04-11 00:45:27 +02:00
parent 090f1039ac
commit 90175aae04
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];