Merge pull request #169261 from r-ryantm/auto-update/python3.10-vispy

python310Packages.vispy: 0.9.6 -> 0.10.0
This commit is contained in:
Mario Rodas 2022-04-22 22:14:59 -05:00 committed by GitHub
commit 79d81ff4a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "vispy";
version = "0.9.6";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ISzVtQgkSZu84+LXQaray3nAt3GsVm+THGE1WXYCi8s=";
sha256 = "sha256-t2rW8+rK2/xJRM+4IR6ttuqEF6WQmT7OWqfKrAgs/8I=";
};
patches = [