python311Packages.thrift: 0.16.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2024-03-28 16:34:38 +00:00
parent 203f07f407
commit 1d0d19f43d
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "thrift";
version = "0.16.0";
version = "0.20.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-K1tkiPze0h+dMSqiPJ/2oBldD2ribdvVrZ4+Jd/BRAg=";
hash = "sha256-TdZi6t9riuvopBcpUnvWmt9s6qKoaBy+9k0Sc7Po/ro=";
};
propagatedBuildInputs = [ six ];