python312Packages.findimports: 2.5.1 -> 2.5.2

Diff: https://github.com/mgedmin/findimports/compare/refs/tags/2.5.1...2.5.2

Changelog: https://github.com/mgedmin/findimports/blob/2.5.2/CHANGES.rst
This commit is contained in:
Fabian Affolter 2024-11-28 08:56:26 +01:00
parent 226216574a
commit 79d5824997

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "findimports";
version = "2.5.1";
version = "2.5.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mgedmin";
repo = "findimports";
rev = "refs/tags/${version}";
hash = "sha256-0HD5n9kxlXB86w8zkti6MkVZxEgGRrXzM6f+g0H/jrs=";
hash = "sha256-W4GKnIYOh3bk18yviL7GfMyXoWNLFWWDhKur9id1a78=";
};
build-system = [ setuptools ];