3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.thrift: 0.9.2 -> 0.9.3

This commit is contained in:
Frederik Rietdijk 2016-01-24 10:37:08 +01:00
parent 0ea690d4e1
commit 07e721e18b

View file

@ -23800,13 +23800,16 @@ in modules // {
thrift = buildPythonPackage rec { thrift = buildPythonPackage rec {
name = "thrift-${version}"; name = "thrift-${version}";
version = "0.9.2"; version = "0.9.3";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/t/thrift/${name}.tar.gz"; url = "https://pypi.python.org/packages/source/t/thrift/${name}.tar.gz";
sha256 = "1yla6wg18x2a0l0lrvkp1v464hqhff98ck8pnv8d5j9kn3j6bxh8"; sha256 = "dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e";
}; };
# No tests. Breaks when not disabling.
doCheck = false;
meta = { meta = {
description = "Python bindings for the Apache Thrift RPC system"; description = "Python bindings for the Apache Thrift RPC system";
homepage = http://thrift.apache.org/; homepage = http://thrift.apache.org/;