about summary refs log tree commit diff
path: root/pkgs/development/python-modules/autopep8
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 10:28:09 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:48:19 +0200
commit435b5b17e664abab8b3f78b244625e18966a96d0 (patch)
tree2a5b8eea109a690e0d381f18150efdf3bd912fa6 /pkgs/development/python-modules/autopep8
parentbe9c44db79b20e9a4d27754706836afc42dcd8ee (diff)
python3Packages.autopep8: 1.5.5 -> 1.5.6
Diffstat (limited to 'pkgs/development/python-modules/autopep8')
-rw-r--r--pkgs/development/python-modules/autopep8/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/autopep8/default.nix b/pkgs/development/python-modules/autopep8/default.nix
index fa3482c07951d..491663b56cd09 100644
--- a/pkgs/development/python-modules/autopep8/default.nix
+++ b/pkgs/development/python-modules/autopep8/default.nix
@@ -4,11 +4,11 @@
 
 buildPythonPackage rec {
   pname = "autopep8";
-  version = "1.5.5";
+  version = "1.5.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cae4bc0fb616408191af41d062d7ec7ef8679c7f27b068875ca3a9e2878d5443";
+    sha256 = "5454e6e9a3d02aae38f866eec0d9a7de4ab9f93c10a273fb0340f3d6d09f7514";
   };
 
   propagatedBuildInputs = [ pycodestyle toml ];