python310Packages.thrift: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2022-04-01 08:58:22 +00:00
parent 72152ff5ad
commit 87660bf9d7

View file

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