autoflake: 1.2 -> 1.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/autoflake/versions
This commit is contained in:
parent
3f46165af3
commit
6b3fd6093f
@ -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…
x
Reference in New Issue
Block a user