python3Packages.pybullet: 3.2.6 -> 3.2.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:50 +02:00
parent d1d1bc15dd
commit bd5c878b12
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pybullet";
version = "3.2.6";
version = "3.2.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-2idSVDPIhpjcn9i8IPpK5NB3OLRlZjNlnr2CwtKITgg=";
hash = "sha256-BCh5240QGsdZDe5HX8at7VCLhf4Sc/27/eHYi9IA4U8=";
};
nativeBuildInputs = [ setuptools ];