Merge pull request #235321 from r-ryantm/auto-update/python311Packages.vispy

python311Packages.vispy: 0.12.2 -> 0.13.0
This commit is contained in:
Weijia Wang 2023-06-01 23:06:48 +02:00 committed by GitHub
commit e002d1926c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [