about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 16:32:51 +0100
committerGitHub <noreply@github.com>2024-03-07 16:32:51 +0100
commit88cff5ef93cb15a4b4b272896d6c383b24ac91ab (patch)
treedbb83369d00efa9050d6ccce533b2bbff1f1e296
parent60e7eaf6ee9974b5748b2d3ae5ccc6fc8dc7eb07 (diff)
parent909dc5abf1c2f9c26a73059d47af63c219fb6671 (diff)
Merge pull request #290149 from r-ryantm/auto-update/python311Packages.autoflake
python311Packages.autoflake: 2.2.1 -> 2.3.0
-rw-r--r--pkgs/development/python-modules/autoflake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/autoflake/default.nix b/pkgs/development/python-modules/autoflake/default.nix
index 0897abe77b849..64d429629276a 100644
--- a/pkgs/development/python-modules/autoflake/default.nix
+++ b/pkgs/development/python-modules/autoflake/default.nix
@@ -9,12 +9,12 @@
 }:
 buildPythonPackage rec {
   pname = "autoflake";
-  version = "2.2.1";
+  version = "2.3.0";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-Yre2RJppLDybDJFpGbvCFkjacoHoUGvPjT+CgOQx68E=";
+    hash = "sha256-jCAR+jRwG519zwW5hzvEhZ1Pzk5i3+qQ3/79FXb18B0=";
   };
 
   nativeBuildInputs = [