Merge pull request #166793 from r-ryantm/auto-update/python3.10-thrift

python310Packages.thrift: 0.15.0 -> 0.16.0
This commit is contained in:
Fabian Affolter 2022-04-02 22:29:47 +02:00 committed by GitHub
commit cc3e59540a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "thrift";
version = "0.15.0";
version = "0.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "87c8205a71cf8bbb111cb99b1f7495070fbc9cabb671669568854210da5b3e29";
sha256 = "sha256-K1tkiPze0h+dMSqiPJ/2oBldD2ribdvVrZ4+Jd/BRAg=";
};
propagatedBuildInputs = [ six ];