python312Packages.ipywidgets: 8.1.5 -> 8.1.7

This commit is contained in:
natsukium 2025-06-15 11:26:17 +09:00
parent 1d7cc74b9f
commit d37d2d312b
No known key found for this signature in database
GPG Key ID: CEAB012C83309CF0

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "ipywidgets";
version = "8.1.5";
version = "8.1.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-hw5DsaNWVqgMGMlQO78tFoAtsctIfuxvqyfWgzgd3hc=";
hash = "sha256-FfGsBQucy+/UXcz7su9r7QAp2CeGgtVp1xuN2WvuA3Y=";
};
build-system = [ setuptools ];