forked from mirrors/nixpkgs
Merge pull request #69450 from r-ryantm/auto-update/autoflake
autoflake: 1.3 -> 1.3.1
This commit is contained in:
commit
941d3fc372
|
@ -3,11 +3,11 @@
|
|||
with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
pname = "autoflake";
|
||||
version = "1.3";
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0wzrvrn6279fijg8jkqbs6313f7b5ll5d22pk5s0fc1fp2wyanbb";
|
||||
sha256 = "0nzr057dbmgprp4a52ymafdkdd5zp2wcqf42913xc7hhvvdbj338";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyflakes ];
|
||||
|
|
Loading…
Reference in a new issue