python3Packages.mesa: 3.1.3 -> 3.1.5
This commit was automatically generated using update-python-libraries.
This commit is contained in:
parent
ec3617e247
commit
12748e81f2
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mesa";
|
pname = "mesa";
|
||||||
version = "3.1.3";
|
version = "3.1.5";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
# According to their docs, this library is for Python 3+.
|
# According to their docs, this library is for Python 3+.
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "mesa";
|
pname = "mesa";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-sM9k3fkk0RMU3OPF8JISOspw+KoR7PXHPK7IMIGAS78=";
|
hash = "sha256-ZXWQrCwA8PCRNBGpVNxXrpxfx5wMtKPH2djmxqRwwdA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user