python3Packages.jupyter_core: 4.7.0 -> 4.7.1

This commit is contained in:
Frederik Rietdijk 2021-02-20 10:09:11 +01:00
parent 5d4d74a5b3
commit 8da96199b8

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "jupyter_core";
version = "4.7.0";
version = "4.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "aa1f9496ab3abe72da4efe0daab0cb2233997914581f9a071e07498c6add8ed3";
sha256 = "79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4";
};
checkInputs = [ pytest mock glibcLocales nose ];