python310Packages.vispy: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm
2023-10-16 15:14:46 +00:00
parent ca012a02bf
commit f66ea23250
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "vispy";
version = "0.14.0";
version = "0.14.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3vcn528rZd7YhmSoPaUN2peWOWHBbxOk2FCr3UWTD5Q=";
hash = "sha256-JJpQl5/ACotlEJKDNU3PEs9BXBpdz5gh4RP25ZC5uTw=";
};
patches = [