python: ipyvuetify: 1.4.1 -> 1.5.0
This commit is contained in:
parent
fb65cd1142
commit
5ada29ece8
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ipyvuetify";
|
pname = "ipyvuetify";
|
||||||
version = "1.4.1";
|
version = "1.5.0";
|
||||||
|
|
||||||
# GitHub version tries to run npm (Node JS)
|
# GitHub version tries to run npm (Node JS)
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "eb940d89fb7c877a3d42e08e7ae1d5cf8a501e059db165007687fdf648598b06";
|
sha256 = "5c311308d3ec9c92e48ab6ca021b5b51295e9e39de640f69827e30d5f03a244b";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ipyvue ];
|
propagatedBuildInputs = [ ipyvue ];
|
||||||
|
|
Loading…
Reference in New Issue