python38Packages.avro-python3: 1.10.1 -> 1.10.2

This commit is contained in:
R. RyanTM 2021-03-21 01:19:04 +00:00 committed by Jonathan Ringer
parent 2ace9b682d
commit 27f1e2b7b1

View File

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