python: thrift: 0.9.3 -> 0.11.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:19 +01:00
parent c8c57fe207
commit 8312ef82f6
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "thrift"; pname = "thrift";
version = "0.9.3"; version = "0.11.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e"; sha256 = "7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8806e6b";
}; };
# No tests. Breaks when not disabling. # No tests. Breaks when not disabling.