diff options
Diffstat (limited to 'pkgs/development/python-modules/troposphere/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/troposphere/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/troposphere/default.nix b/pkgs/development/python-modules/troposphere/default.nix index c1d955b53820..bce921388e81 100644 --- a/pkgs/development/python-modules/troposphere/default.nix +++ b/pkgs/development/python-modules/troposphere/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "troposphere"; - version = "4.9.0"; + version = "4.9.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "cloudtools"; repo = pname; tag = version; - hash = "sha256-1Qq1vV3DsslnwJq0d0MZ9bCadYD08gxLsM3tQmti4Pw="; + hash = "sha256-P2in05PJ8JubX7bvQbqyW7QkjK4BGBdysFclya7pxpE="; }; propagatedBuildInputs = [ cfn-flip ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ]; @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to create AWS CloudFormation descriptions"; homepage = "https://github.com/cloudtools/troposphere"; - changelog = "https://github.com/cloudtools/troposphere/blob/${version}/CHANGELOG.rst"; + changelog = "https://github.com/cloudtools/troposphere/blob/${src.tag}/CHANGELOG.rst"; license = licenses.bsd2; maintainers = with maintainers; [ jlesquembre ]; }; |
