python3Packages.widgetsnbextension: 3.6.0 -> 3.6.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:44 +02:00
parent 8273fa97cb
commit d68fc0c946

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "widgetsnbextension";
version = "3.6.0";
version = "3.6.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-6Ep6n8ubrz1XEG4YSnOJqPjrk1v3QaXrnWCqGMwCmoA=";
hash = "sha256-nISuZMKJPHy+Lqr8dQUiGnlcJ9aJOEVANKxIcxmnWxA=";
};
# setup.py claims to require notebook, but the source doesn't have any imports