Merge pull request #198369 from r-ryantm/auto-update/python310Packages.fastavro

python310Packages.fastavro: 1.6.1 -> 1.7.0
This commit is contained in:
Mario Rodas 2022-11-04 06:30:43 -05:00 committed by GitHub
commit 4d8edbf924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "fastavro";
version = "1.6.1";
version = "1.7.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-2BtJQiDPMMIxbO0FdOQT/jzsaiPMTdmf8S21ezmQRLQ=";
sha256 = "sha256-vzaaX3wj1UkFGCohxYlPw6NA0b+oV/2JtpYXC4zncjk=";
};
preBuild = ''