Merge pull request #107499 from r-ryantm/auto-update/python3.7-pybullet

python37Packages.pybullet: 3.0.7 -> 3.0.8
This commit is contained in:
Timo Kaufmann 2020-12-24 11:09:54 +01:00 committed by GitHub
commit 1b750c41fc
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.0.7";
version = "3.0.8";
src = fetchPypi {
inherit pname version;
sha256 = "47e55d2b0c565a968406f314faad7c002be6d8b0afc8ad2c437d07b7b7d2f590";
sha256 = "623061d305bd5513a911abb2cbd0e37670be166a270123b43ca757bf78e4b438";
};
buildInputs = [