python310Packages.vispy: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm 2023-09-13 03:31:17 +00:00
parent 79812f80f3
commit ba63dd7b38

View file

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