mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 21:37:25 +00:00
Merge pull request #203783 from r-ryantm/auto-update/python310Packages.moderngl
python310Packages.moderngl: 5.7.2 -> 5.7.3
This commit is contained in:
commit
0746bbd347
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "moderngl";
|
pname = "moderngl";
|
||||||
version = "5.7.2";
|
version = "5.7.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-sfmCY5Yny1HgZfEN10AE1Ev1EVQ6JE51646DXjoQxyA=";
|
hash = "sha256-fi7pauMSUSGkSI2ifPg/q1MiApyUg1j2OERcuq20ncQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -38,6 +38,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "High performance rendering for Python";
|
description = "High performance rendering for Python";
|
||||||
homepage = "https://github.com/moderngl/moderngl";
|
homepage = "https://github.com/moderngl/moderngl";
|
||||||
|
changelog = "https://github.com/moderngl/moderngl/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ c0deaddict ];
|
maintainers = with maintainers; [ c0deaddict ];
|
||||||
# should be mesaPlatforms, darwin build breaks.
|
# should be mesaPlatforms, darwin build breaks.
|
||||||
|
Loading…
Reference in New Issue
Block a user