python3Packages.jupyter_core: 4.7.0 -> 4.7.1
This commit is contained in:
parent
5d4d74a5b3
commit
8da96199b8
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyter_core";
|
pname = "jupyter_core";
|
||||||
version = "4.7.0";
|
version = "4.7.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "aa1f9496ab3abe72da4efe0daab0cb2233997914581f9a071e07498c6add8ed3";
|
sha256 = "79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest mock glibcLocales nose ];
|
checkInputs = [ pytest mock glibcLocales nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user