Merge pull request #142446 from r-ryantm/auto-update/python38Packages.vispy

conduit-nginx
Sandro 2021-10-21 11:03:07 +02:00 committed by GitHub
commit cecc6d634d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "vispy";
version = "0.9.0";
version = "0.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "41a6836aa78462370fe15efaade94cbe3344586412f8d7f12689c49c299ff41b";
sha256 = "75e2923792b937fbb0eb817716430613b6a2b37331cffb13bf623913a76b1da1";
};
patches = [