mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 17:13:21 +00:00
python38Packages.avro-python3: 1.10.1 -> 1.10.2
This commit is contained in:
parent
2ace9b682d
commit
27f1e2b7b1
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "avro-python3";
|
||||
version = "1.10.1";
|
||||
version = "1.10.2";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9027abeab63dd9b66bd3c564fa0670c70f78027ecb1978d96c6af7ed415b626b";
|
||||
sha256 = "3b63f24e6b04368c3e4a6f923f484be0230d821aad65ac36108edbff29e9aaab";
|
||||
};
|
||||
|
||||
buildInputs = [ pycodestyle isort ];
|
||||
|
|
Loading…
Reference in a new issue