python312Packages.findimports: 2.4.0 -> 2.5.0

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

Changelog: https://github.com/mgedmin/findimports/blob/2.5.0/CHANGES.rst
This commit is contained in:
Fabian Affolter
2024-06-01 19:36:46 +02:00
parent 77c97942c0
commit b14ecb96b6
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "findimports";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mgedmin";
repo = "findimports";
rev = "refs/tags/${version}";
hash = "sha256-ar05DYSc/raYC1RJyLCxDYnd7Zjx20aczywlb6wc67Y=";
hash = "sha256-kHm0TiLe7zvUnU6+MR1M0xOt0gpMDJ5FJ5+HgY0LPeo=";
};
nativeBuildInputs = [ setuptools ];