summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-06 00:27:45 +0200
committerGitHub <noreply@github.com>2024-04-06 00:27:45 +0200
commit0077febe88016e02e92427e2e76a902409d4bfb8 (patch)
treee1cc8191ed6b1cf7fe95e657029910f888d8acab
parent18205536c5fe959b7f0f2ca22af94a216f98b39c (diff)
parent1d0d19f43db525cdc2bc93b5343539fe01d8f9eb (diff)
Merge pull request #299801 from r-ryantm/auto-update/python311Packages.thrift
python311Packages.thrift: 0.16.0 -> 0.20.0
-rw-r--r--pkgs/development/python-modules/thrift/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/thrift/default.nix b/pkgs/development/python-modules/thrift/default.nix
index 5d210e3f3f3a..40f959122690 100644
--- a/pkgs/development/python-modules/thrift/default.nix
+++ b/pkgs/development/python-modules/thrift/default.nix
@@ -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 ];