lol

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

python311Packages.troposphere: 4.3.0 -> 4.3.2

authored by

Fabian Affolter and committed by
GitHub
35c4d2ce 16b2c8f5

+2 -2
+2 -2
pkgs/development/python-modules/troposphere/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "troposphere"; 15 - version = "4.3.0"; 15 + version = "4.3.2"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "cloudtools"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-YciNwiLb/1fUYmlWtDRaJgtkgJi1mMt2FgeJKQi9yRg="; 24 + hash = "sha256-8vIpwZBUdU9gD1Ya0+L1phMDMcAABtuyRx4quDfQWGA="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [