Merge pull request #60460 from r-ryantm/auto-update/autoflake
autoflake: 1.2 -> 1.3
This commit is contained in:
commit
88d86c901a
|
@ -3,12 +3,12 @@
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "autoflake";
|
pname = "autoflake";
|
||||||
version = "1.2";
|
version = "1.3";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c103e63466f11db3617167a2c68ff6a0cda35b940222920631c6eeec6b67e807";
|
sha256 = "0wzrvrn6279fijg8jkqbs6313f7b5ll5d22pk5s0fc1fp2wyanbb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyflakes ];
|
propagatedBuildInputs = [ pyflakes ];
|
||||||
|
|
Loading…
Reference in New Issue