python3Packages.widgetsnbextension: 4.0.5 -> 4.0.7

This commit is contained in:
Mauricio Collares 2023-04-13 18:23:23 +02:00
parent 2654e2635a
commit 6b259302c1

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "widgetsnbextension";
version = "4.0.5";
version = "4.0.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-AD9xbZMNOFvj/Z3kLdm/AI4wBT9zvd3iNdFPvq7/Ga8=";
hash = "sha256-6mfBenzUrjWPj0bDswTEBpi8BCNzLj8nMyHuFBIyyL4=";
};
nativeBuildInputs = [