python3Packages.vispy: 0.9.3 -> 0.9.4

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:19 -08:00
parent 8e1785094a
commit 40171cbc74
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "vispy";
version = "0.9.3";
version = "0.9.4";
src = fetchPypi {
inherit pname version;
sha256 = "bc3aec042637947d4e999121bab224077a6f7ede4af745102f41737f7c81c05a";
sha256 = "8561e41bbcca5fadce4a8d974ca2f96cbe7710d835bfed6a55ed6d10900ef5d5";
};
patches = [