about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-02 08:48:42 +0200
committerGitHub <noreply@github.com>2024-06-02 08:48:42 +0200
commit3ca710b1cf9bd3d51da4bba80ba0db17ab965e7a (patch)
tree9105b954c56c8feb0467204d794d8b29dfd9c4cf /pkgs
parentc4f2d8ae09eccaf1f580e2e31c9bdaa188469da9 (diff)
parentb14ecb96b67c6f44404e327222da8af9911d5ea8 (diff)
Merge pull request #316476 from fabaff/findimports-bump
python312Packages.findimports: 2.4.0 -> 2.5.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/findimports/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/findimports/default.nix b/pkgs/development/python-modules/findimports/default.nix
index 35f2fd4aa81df..7eb31b29b69bc 100644
--- a/pkgs/development/python-modules/findimports/default.nix
+++ b/pkgs/development/python-modules/findimports/default.nix
@@ -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 ];