python3Packages.widgetsnbextension: 3.6.0 -> 3.6.1
This commit is contained in:
parent
8273fa97cb
commit
d68fc0c946
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user