Unverified Commit 1dbfc215 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.troposphere: 4.9.6 -> 4.10.1 (#466366)

parents f88ce72c 16263051
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "troposphere";
  version = "4.9.6";
  version = "4.10.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "cloudtools";
    repo = "troposphere";
    tag = version;
    hash = "sha256-eiwz1rpEhlCIvI7hrZrknbkEhDkG2SMZkN3Mk6pfuLA=";
    hash = "sha256-Pna5L2uO8KRN0L1XXRdFNWlPwNW9lAfcGwKiyK3ihgE=";
  };

  propagatedBuildInputs = [ cfn-flip ];