python311Packages.ipyvuetify: 1.9.1 -> 1.9.2

This commit is contained in:
natsukium 2024-03-21 22:04:22 +09:00
parent 60d35e0522
commit 99af2cb71c
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.1";
version = "1.9.2";
pyproject = true;
# GitHub version tries to run npm (Node JS)
src = fetchPypi {
inherit pname version;
hash = "sha256-MAqO6wREtnaVCgG88UXYsKlLpkizbtPqmeQ9u3UVnU0=";
hash = "sha256-kAcL/PR3jThbmfDKMBQRPbcDyZ7GrRwuzDLWE8bC1M4=";
};
# drop pynpm which tries to install node_modules