mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python-avro3k: add version 1.7.7
This commit is contained in:
parent
ade6cd25be
commit
55a99f6bd5
@ -506,6 +506,20 @@ rec {
|
||||
};
|
||||
});
|
||||
|
||||
avro3k = pkgs.lowPrio (buildPythonPackage (rec {
|
||||
name = "avro3k-1.7.7-SNAPSHOT";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/avro/${name}.tar.gz";
|
||||
sha256 = "15ahl0irwwj558s964abdxg4vp6iwlabri7klsm2am6q5r0ngsky";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A serialization and RPC framework";
|
||||
homepage = "https://pypi.python.org/pypi/avro3k/";
|
||||
};
|
||||
}));
|
||||
|
||||
backports_ssl_match_hostname_3_4_0_2 = pythonPackages.buildPythonPackage rec {
|
||||
name = "backports.ssl_match_hostname-3.4.0.2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user