Merge pull request #165851 from r-ryantm/auto-update/python3.10-pybullet

This commit is contained in:
Sandro 2022-03-27 16:09:23 +02:00 committed by GitHub
commit b2e206e491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pybullet";
version = "3.2.0";
version = "3.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "df02fb0ab74a6e7c4e1d7a3e2ffd7e4760a30cdeccb9fa6dd19f334122ec00f2";
sha256 = "sha256-Rtq2RZ2CjgS2YbuA4BS8+xPJ8bpAwCLl6xEy78/guOA=";
};
buildInputs = [