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

python311Packages.thrift: 0.16.0 -> 0.20.0
This commit is contained in:
Weijia Wang 2024-04-06 00:27:45 +02:00 committed by GitHub
commit 0077febe88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];