python3Packages.classify-imports: 4.1.0 -> 4.2.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-09-09 20:52:50 +02:00
parent 0417701bc0
commit a69325b017
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "classify-imports";
version = "4.1.0";
version = "4.2.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "asottile";
repo = pname;
rev = "v${version}";
hash = "sha256-w/+Sf2ZVSDmFNPICJfAKzfukcznWyFBhi7hjIELtYGI=";
hash = "sha256-f5wZfisKz9WGdq6u0rd/zg2CfMwWvQeR8xZQNbD7KfU=";
};
pythonImportsCheck = [