python3Packages.rendercanvas: 2.3.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2025-11-14 13:44:54 +00:00
parent 61630d4ab5
commit 0d6b0468b1
@@ -22,14 +22,14 @@
}:
buildPythonPackage rec {
pname = "rendercanvas";
version = "2.3.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pygfx";
repo = "rendercanvas";
tag = "v${version}";
hash = "sha256-Zk27gcUf4qHsIaL0TJJyB3dCej5xQnlKvHP9AfBPPiI=";
hash = "sha256-8MK9Y5FGkgRQu2qx0LMYHMQSxd+GgevMofbdD6KB/lU=";
};
postPatch = ''