python311Packages.findimports: 2.3.0 -> 2.4.0

Diff: https://github.com/mgedmin/findimports/compare/refs/tags/2.3.0...2.4.0

Changelog: https://github.com/mgedmin/findimports/blob/2.4.0/CHANGES.rst
This commit is contained in:
Fabian Affolter
2024-02-09 08:35:15 +01:00
parent 2cbb26cdbb
commit 438aabfa8d
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "findimports";
version = "2.3.0";
version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "mgedmin";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yA1foeGhgOXZArc/nZfS1tbGyONXJZ9lW+Zcx7hCedM=";
hash = "sha256-ar05DYSc/raYC1RJyLCxDYnd7Zjx20aczywlb6wc67Y=";
};
pythonImportsCheck = [