Merge pull request #297431 from r-ryantm/auto-update/python311Packages.troposphere

python311Packages.troposphere: 4.6.0 -> 4.7.0

authored by OTABI Tomoya and committed by GitHub 76e08b13 5d59730d

+2 -2
+2 -2
pkgs/development/python-modules/troposphere/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "troposphere"; 13 - version = "4.6.0"; 13 + version = "4.7.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "cloudtools"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-DxLgAEuIfO8K42DbkOaPjE+MS6/WKnybDsszuCXwufM="; 22 + hash = "sha256-9zzbBtIJ4v+eI0eJZ6vGUABN4i9GLJcMAzerRSnzpqQ="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [