lol

python3Packages.jupyter_client: 6.1.6 -> 6.1.7

authored by

Frederik Rietdijk and committed by
Jonathan Ringer
a4e7e05f 5b455d86

+2 -2
+2 -2
pkgs/development/python-modules/jupyter_client/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "jupyter_client"; 15 - version = "6.1.6"; 15 + version = "6.1.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "b360f8d4638bc577a4656e93f86298db755f915098dc763f6fc05da0c5d7a595"; 19 + sha256 = "49e390b36fe4b4226724704ea28d9fb903f1a3601b6882ce3105221cd09377a1"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [