Merge pull request #235714 from kira-bruneau/python3Packages.fastavro

python310Packages.fastavro: fix version

authored by

Fabian Affolter and committed by
GitHub
2c644fc0 f04dbdd2

+1 -1
+1 -1
pkgs/development/python-modules/fastavro/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "fastavro"; 18 - version = "1.7.2"; 18 + version = "1.7.4"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6";