mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +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 {
|
||||
pname = "moderngl";
|
||||
version = "5.7.2";
|
||||
version = "5.7.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-sfmCY5Yny1HgZfEN10AE1Ev1EVQ6JE51646DXjoQxyA=";
|
||||
hash = "sha256-fi7pauMSUSGkSI2ifPg/q1MiApyUg1j2OERcuq20ncQ=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@ -38,6 +38,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "High performance rendering for Python";
|
||||
homepage = "https://github.com/moderngl/moderngl";
|
||||
changelog = "https://github.com/moderngl/moderngl/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ c0deaddict ];
|
||||
# should be mesaPlatforms, darwin build breaks.
|
||||
|
Loading…
Reference in New Issue
Block a user