Merge pull request #302539 from r-ryantm/auto-update/python311Packages.ipyvuetify

python311Packages.ipyvuetify: 1.9.2 -> 1.9.3
This commit is contained in:
Nick Cao 2024-04-08 10:33:34 -04:00 committed by GitHub
commit 4df416428c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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