summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-10-14 00:45:08 -0700
committerGitHub <noreply@github.com>2021-10-14 00:45:08 -0700
commitb6eaaffa1599953b852ebba4fbfcdf84b8dd8b7b (patch)
tree0d6bf45ebf5aa2b788800d7ebbd8802463e2f86d /pkgs
parente29468493ab68e09ec5007baf241fb36cbdc91d0 (diff)
parent1909566084283ec7a032da0523382b8b4ee08c58 (diff)
Merge pull request #141361 from r-ryantm/auto-update/python3.8-pybullet
python38Packages.pybullet: 3.1.9 -> 3.2.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pybullet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pybullet/default.nix b/pkgs/development/python-modules/pybullet/default.nix
index 3a5d68f37e4a..961ca5badbee 100644
--- a/pkgs/development/python-modules/pybullet/default.nix
+++ b/pkgs/development/python-modules/pybullet/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pybullet";
- version = "3.1.9";
+ version = "3.2.0";
src = fetchPypi {
inherit pname version;
- sha256 = "6fb4d48d5ba9c09cdd1ed732e8a1d48b41bca379e072268af3831774d8391300";
+ sha256 = "df02fb0ab74a6e7c4e1d7a3e2ffd7e4760a30cdeccb9fa6dd19f334122ec00f2";
};
buildInputs = [