about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-21 10:40:08 -0400
committerGitHub <noreply@github.com>2023-06-21 10:40:08 -0400
commita735413be673e26edde9a6dabedaa62797d34154 (patch)
tree7c46baf452de6bb98c574a505f09289e47ae72f3 /pkgs/development
parent4b42083a9dee7edd882003274ac8ca51aa80b35c (diff)
parentd211e2e54a8c2423665e83c70e931186fa3697e5 (diff)
Merge pull request #238943 from SuperSandro2000/codespell
codespell: 2.2.4 -> 2.2.5
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/codespell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/codespell/default.nix b/pkgs/development/tools/codespell/default.nix
index b0497015810c4..859ce0a7468f1 100644
--- a/pkgs/development/tools/codespell/default.nix
+++ b/pkgs/development/tools/codespell/default.nix
@@ -6,14 +6,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "codespell";
-  version = "2.2.4";
+  version = "2.2.5";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "codespell-project";
     repo = "codespell";
     rev = "v${version}";
-    sha256 = "sha256-hyTy6zAH5WrW5Jn/g0irH9xGZErnXJMSUYZaNxMvq2Y=";
+    sha256 = "sha256-Cu1bbLzVOAvPNzTavaMUfW2SCnQHc9mOM+IHAgVHhT4=";
   };
 
   postPatch = ''