mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:47:51 +00:00
ec2instanceconnectcli: 1.0.2 -> 1.0.3
This commit is contained in:
parent
bb2fcd11f4
commit
b2d23abb0b
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user