python313Packages.findimports: 2.5.2 -> 2.6.0 (#416614)

This commit is contained in:
Fabian Affolter
2025-06-14 19:33:28 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "findimports";
version = "2.5.2";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mgedmin";
repo = "findimports";
tag = version;
hash = "sha256-W4GKnIYOh3bk18yviL7GfMyXoWNLFWWDhKur9id1a78=";
hash = "sha256-2hhonlv7FF4s+wDOsBGnLsMxJEXlMlNbLEkI8HptyOI=";
};
build-system = [ setuptools ];