python: jupyter_core: 4.5.0 -> 4.6.0

This commit is contained in:
Frederik Rietdijk 2019-10-16 17:00:50 +02:00
parent c47a71b512
commit dba59456b7

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyter_core"; pname = "jupyter_core";
version = "4.5.0"; version = "4.6.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1xr4pbghwk5hayn5wwnhb7z95380r45p79gf5if5pi1akwg7qvic"; sha256 = "85103cee6548992780912c1a0a9ec2583a4a18f1ef79a248ec0db4446500bce3";
}; };
checkInputs = [ pytest mock glibcLocales ]; checkInputs = [ pytest mock glibcLocales ];