python3Packages.jupyter_core: 4.8.1 -> 4.9.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:56 -08:00
parent 880c445069
commit 3a2b069e46
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "jupyter_core";
version = "4.8.1";
version = "4.9.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "ef210dcb4fca04de07f2ead4adf408776aca94d17151d6f750ad6ded0b91ea16";
sha256 = "dce8a7499da5a53ae3afd5a9f4b02e5df1d57250cf48f3ad79da23b4778cd6fa";
};
checkInputs = [ pytest mock glibcLocales nose ];