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

python310Packages.fastavro: 1.7.0 -> 1.7.1
This commit is contained in:
Samuel Ainsworth 2023-02-01 01:28:29 -05:00 committed by GitHub
commit 49565e1199
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.7.0";
version = "1.7.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-vzaaX3wj1UkFGCohxYlPw6NA0b+oV/2JtpYXC4zncjk=";
sha256 = "sha256-oFBOHcrtJe9u/hdW4p8GgIJ2g4oiSNa+qbDFBuMB/HQ=";
};
preBuild = ''