mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: widgetsnbextension: 3.1.3 -> 3.1.4
This commit is contained in:
parent
be6f318f9f
commit
3f0a9f9613
@ -8,11 +8,11 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "widgetsnbextension";
|
||||
name = "${pname}-${version}";
|
||||
version = "3.1.3";
|
||||
version = "3.1.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "02edabcaeaa247721df8027f660f3384c20f30c4865a7ea5dd80685c368736df";
|
||||
sha256 = "79f164a644620abbe351440a70468ac3a5b22b392afa4577c8d5f91577a2669b";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ notebook ];
|
||||
|
Loading…
Reference in New Issue
Block a user