python3Packages.mesa: 3.1.5 -> 3.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:43 +02:00
parent d171e175d7
commit 8e44b14dfa
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mesa";
version = "3.1.5";
version = "3.2.0";
format = "setuptools";
# According to their docs, this library is for Python 3+.
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "mesa";
inherit version;
hash = "sha256-ZXWQrCwA8PCRNBGpVNxXrpxfx5wMtKPH2djmxqRwwdA=";
hash = "sha256-k4UjkUGL4qDgOhucQU7svRNZtM3ZqtO6NUxpl4NhQl0=";
};
propagatedBuildInputs = [