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

python310Packages.fastavro: 1.7.4 -> 1.8.2
This commit is contained in:
Samuel Ainsworth 2023-07-24 15:56:47 -07:00 committed by GitHub
commit 7482a0e6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "fastavro";
version = "1.7.4";
version = "1.8.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oAOqViIBtIVYO0AN/Ug7I97QExhFaeFoNJ/7tpN/49w=";
hash = "sha256-UPnWVYiZJdP6r7Bm1H9DMXpLi26c9tpXeEkLXVJxWdM=";
};
preBuild = ''