python3Packages.mesa: 3.1.3 -> 3.1.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 07:14:10 +02:00
parent ec3617e247
commit 12748e81f2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mesa";
version = "3.1.3";
version = "3.1.5";
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-sM9k3fkk0RMU3OPF8JISOspw+KoR7PXHPK7IMIGAS78=";
hash = "sha256-ZXWQrCwA8PCRNBGpVNxXrpxfx5wMtKPH2djmxqRwwdA=";
};
propagatedBuildInputs = [