Skip to content

Commit 79d5824

Browse files
committed
1 parent 2262165 commit 79d5824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/findimports/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "findimports";
12-
version = "2.5.1";
12+
version = "2.5.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "mgedmin";
1919
repo = "findimports";
2020
rev = "refs/tags/${version}";
21-
hash = "sha256-0HD5n9kxlXB86w8zkti6MkVZxEgGRrXzM6f+g0H/jrs=";
21+
hash = "sha256-W4GKnIYOh3bk18yviL7GfMyXoWNLFWWDhKur9id1a78=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)