mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
python312Packages.mujoco: 3.2.0 -> 3.2.1
Diff: https://github.com/google-deepmind/mujoco/compare/refs/tags/3.2.0...3.2.1 Changelog: https://github.com/google-deepmind/mujoco/releases/tag/3.2.1
This commit is contained in:
parent
668174cd08
commit
11610c3432
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
# in the project's CI.
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-R388jEIbzd60en1SRC8mKSSlvdW/xWl1xDnUET7QvKc=";
|
||||
hash = "sha256-fLo4sQryDNNutDiNqWYHHNwS/bEBg4iQ/jwgyx1+ZsU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue