python311Packages.vispy: 0.12.2 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-06-01 04:07:45 +00:00
parent a11f65c777
commit ab39f64570

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "vispy";
version = "0.12.2";
version = "0.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-FBwt3MwRWFVbyJ8JAQxLHXVEh+gWNXMz8x55WnFGoCQ=";
hash = "sha256-tZ97z2UoyRS8ps60rZWZhMZgS+o0ZjASpyq4itiInq8=";
};
patches = [