python311Packages.fastavro: 1.7.2 -> 1.7.4

Diff: https://github.com/fastavro/fastavro/compare/refs/tags/1.7.2...1.7.4

Changelog: https://github.com/fastavro/fastavro/blob/1.7.4/ChangeLog
This commit is contained in:
Fabian Affolter
2023-06-01 00:33:07 +02:00
parent f14059b064
commit ee060756f7
@@ -15,14 +15,15 @@
buildPythonPackage rec {
pname = "fastavro";
version = "1.7.2";
version = "1.7.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IKs3uYGxiSy++tjF2XhWFrIfOo+SSl2JATUHBhCE3ZQ=";
hash = "sha256-oAOqViIBtIVYO0AN/Ug7I97QExhFaeFoNJ/7tpN/49w=";
};
preBuild = ''