Merge pull request #299801 from r-ryantm/auto-update/python311Packages.thrift

python311Packages.thrift: 0.16.0 -> 0.20.0

authored by Weijia Wang and committed by GitHub 0077febe 18205536

+2 -2
+2 -2
pkgs/development/python-modules/thrift/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "thrift"; 9 - version = "0.16.0"; 9 + version = "0.20.0"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-K1tkiPze0h+dMSqiPJ/2oBldD2ribdvVrZ4+Jd/BRAg="; 14 + hash = "sha256-TdZi6t9riuvopBcpUnvWmt9s6qKoaBy+9k0Sc7Po/ro="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ six ];