python311Packages.ipyvuetify: 1.9.3 -> 1.9.4

This commit is contained in:
natsukium 2024-04-07 21:38:09 +09:00
parent 76f338721b
commit 3c0e7d6fc9
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "ipyvuetify";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
# GitHub version tries to run npm (Node JS)
src = fetchPypi {
inherit pname version;
hash = "sha256-v2EM/liQ6C8o7x+UtbYM153L7Un9596tXKrNoDboQM0=";
hash = "sha256-wpwfN68wpj2+lLb4w0erAZYa7OrbVhNfGMv0635oiVs=";
};
# drop pynpm which tries to install node_modules