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

python310Packages.fastavro: 1.7.4 -> 1.8.2

authored by Samuel Ainsworth and committed by GitHub 7482a0e6 d0a7ba02

+2 -2
+2 -2
pkgs/development/python-modules/fastavro/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "fastavro"; 18 - version = "1.7.4"; 18 + version = "1.8.2"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6"; ··· 24 24 owner = pname; 25 25 repo = pname; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-oAOqViIBtIVYO0AN/Ug7I97QExhFaeFoNJ/7tpN/49w="; 27 + hash = "sha256-UPnWVYiZJdP6r7Bm1H9DMXpLi26c9tpXeEkLXVJxWdM="; 28 28 }; 29 29 30 30 preBuild = ''