python3Packages.rendercanvas: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm
2025-11-21 08:58:43 +00:00
parent 7a474e7fcb
commit f93e551a27
@@ -22,14 +22,14 @@
}:
buildPythonPackage rec {
pname = "rendercanvas";
version = "2.4.1";
version = "2.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pygfx";
repo = "rendercanvas";
tag = "v${version}";
hash = "sha256-8MK9Y5FGkgRQu2qx0LMYHMQSxd+GgevMofbdD6KB/lU=";
hash = "sha256-42jnCD0jSGkz6zLokzF1lXjnVP8E2yrPu8AQ80EKEI4=";
};
postPatch = ''