python3Packages.mesa: 3.1.5 -> 3.2.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/mesa/default.nix
···
buildPythonPackage rec {
pname = "mesa";
-
version = "3.1.5";
+
version = "3.2.0";
format = "setuptools";
# According to their docs, this library is for Python 3+.
···
src = fetchPypi {
pname = "mesa";
inherit version;
-
hash = "sha256-ZXWQrCwA8PCRNBGpVNxXrpxfx5wMtKPH2djmxqRwwdA=";
+
hash = "sha256-k4UjkUGL4qDgOhucQU7svRNZtM3ZqtO6NUxpl4NhQl0=";
};
propagatedBuildInputs = [