python3Packages.traitlets: 5.1.1 -> 5.3.0
This commit is contained in:
parent
bc63ba0d5a
commit
af6f861b8e
@ -8,18 +8,21 @@
|
||||
, decorator
|
||||
, pythonOlder
|
||||
, six
|
||||
, hatchling
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "traitlets";
|
||||
version = "5.1.1";
|
||||
version = "5.3.0";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-BZ9FbFp8HIK5jC6MeZ85ybgSj20NRpQe4RjarOnrcMc=";
|
||||
sha256 = "sha256-C7nx+fAXqo7Bh9ixsqemYmoqHYdxFrq6UqEpv6Ek+OI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
checkInputs = [ glibcLocales pytest mock ];
|
||||
propagatedBuildInputs = [ ipython_genutils decorator six ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user