Merge pull request #228030 from kirillrdy/awsebcli
awsebcli: 3.20.5 -> 3.20.6
This commit is contained in:
commit
86056980f2
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@ let
|
|||
in
|
||||
with localPython.pkgs; buildPythonApplication rec {
|
||||
pname = "awsebcli";
|
||||
version = "3.20.5";
|
||||
version = "3.20.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-EoSEanwGvP3RcemXrVy7iAGrY/vMC6LbwcrXj2OsF8Q=";
|
||||
hash = "sha256-9n6nObYoZlOKgQvSdNqHLRr+RlDoKfR3fgD7Xa9wPzM=";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue