python: jupyter_core: 4.6.0 -> 4.6.1
This commit is contained in:
parent
dc4eb2fc5e
commit
2b26cbc334
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyter_core";
|
||||
version = "4.6.0";
|
||||
version = "4.6.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "85103cee6548992780912c1a0a9ec2583a4a18f1ef79a248ec0db4446500bce3";
|
||||
sha256 = "a183e0ec2e8f6adddf62b0a3fc6a2237e3e0056d381e536d3e7c7ecc3067e244";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock glibcLocales nose ];
|
||||
|
|
Loading…
Reference in a new issue