ec2instanceconnectcli: 1.0.2 -> 1.0.3

This commit is contained in:
Bheesham Persaud 2023-04-07 23:11:41 -04:00 committed by Eric Bailey
parent bb2fcd11f4
commit b2d23abb0b

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "ec2instanceconnectcli";
version = "1.0.2";
version = "1.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-VaCyCnEhSx1I3bNo57p0IXf92+tO1tT7KSUXzO1IyIU=";
sha256 = "sha256-/U59a6od0JI27VHX+Bvue/7tQy+iwU+g8yt9/GgdoH4=";
};
propagatedBuildInputs = [ boto3 cryptography ];