mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
python3Packages.nbclient: 0.6.6 -> 0.6.8
This commit is contained in:
parent
b513a55c22
commit
883f6e0bd4
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
let nbclient = buildPythonPackage rec {
|
let nbclient = buildPythonPackage rec {
|
||||||
pname = "nbclient";
|
pname = "nbclient";
|
||||||
version = "0.6.6";
|
version = "0.6.8";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -26,7 +26,7 @@ let nbclient = buildPythonPackage rec {
|
|||||||
owner = "jupyter";
|
owner = "jupyter";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-Rs4Jk4OtexB/NKM1Jo4cV87hBxXDlnX9X+4KO+pGb0E=";
|
hash = "sha256-+GQkEGWReo9y8bgcysslQdzJUcvQiZkQTQiwmWJ1mx8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ];
|
propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ];
|
||||||
|
Loading…
Reference in New Issue
Block a user