nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #94570 from r-ryantm/auto-update/python2.7-autopep8

python27Packages.autopep8: 1.5.3 -> 1.5.4

authored by

Lancelot SIX and committed by
GitHub
588940d4 c4ba980a

+2 -2
+2 -2
pkgs/development/python-modules/autopep8/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "autopep8"; 7 - version = "1.5.3"; 7 + version = "1.5.4"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0"; 11 + sha256 = "d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094"; 12 12 }; 13 13 14 14 propagatedBuildInputs = [ pycodestyle toml ];