Merge pull request #62510 from r-ryantm/auto-update/python2.7-avro

python27Packages.avro: 1.8.2 -> 1.9.0
This commit is contained in:
Mario Rodas 2019-06-04 05:22:27 -05:00 committed by GitHub
commit 99f7ca2aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "avro";
version = "1.8.2";
version = "1.9.0";
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "8f9ee40830b70b5fb52a419711c9c4ad0336443a6fba7335060805f961b04b59";
sha256 = "0af72fcql34v30cvjqm9nmz68rl35znn5qbd4k3b9ks02xzy3b2y";
};
meta = with stdenv.lib; {