python: jupyter_client: 6.1.5 -> 6.1.6

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:51:45 +02:00
parent 94b468e72e
commit 2a46532cb5

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyter_client"; pname = "jupyter_client";
version = "6.1.5"; version = "6.1.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5099cda1ac86b27b655a715c51e15bdc8bd9595b2b17adb41a2bd446bbbafc4a"; sha256 = "b360f8d4638bc577a4656e93f86298db755f915098dc763f6fc05da0c5d7a595";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [