3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.isort: 5.10.1 -> 5.11.2

This commit is contained in:
Sandro Jäckel 2022-12-14 23:09:46 +01:00
parent 39844d15de
commit 57ff5c6530
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "isort";
version = "5.10.1";
version = "5.11.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "PyCQA";
repo = "isort";
rev = version;
sha256 = "09spgl2k9xrprr5gbpfc91a8p7mx7a0c64ydgc91b3jhrmnd9jg1";
sha256 = "sha256-4Du9vYI1srStWCTfZr4Rq3uH5c9cRtR8ZqihI36G6hA=";
};
nativeBuildInputs = [