Merge pull request #106106 from r-ryantm/auto-update/python3.7-avro-python3

python37Packages.avro-python3: 1.10.0 -> 1.10.1
This commit is contained in:
Ryan Mulligan 2020-12-07 06:33:19 -08:00 committed by GitHub
commit 9598b587fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "avro-python3";
version = "1.10.0";
version = "1.10.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "a455c215540b1fceb1823e2a918e94959b54cb363307c97869aa46b5b55bde05";
sha256 = "9027abeab63dd9b66bd3c564fa0670c70f78027ecb1978d96c6af7ed415b626b";
};
buildInputs = [ pycodestyle isort ];