python: traitlets: 4.3.2 -> 4.3.3
This commit is contained in:
parent
e4d0255af4
commit
4dfe66e19f
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "traitlets";
|
pname = "traitlets";
|
||||||
version = "4.3.2";
|
version = "4.3.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835";
|
sha256 = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ glibcLocales pytest mock ];
|
checkInputs = [ glibcLocales pytest mock ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user