python3Packages.avro-python3: use SRI hash format

This commit is contained in:
Harinn
2026-06-03 21:36:27 +07:00
parent 984b901479
commit bf3176a89a
@@ -16,7 +16,7 @@ buildPythonPackage (finalAttrs: {
src = fetchPypi {
inherit (finalAttrs) pname version;
sha256 = "3b63f24e6b04368c3e4a6f923f484be0230d821aad65ac36108edbff29e9aaab";
hash = "sha256-O2PyTmsENow+Sm+SP0hL4CMNghqtZaw2EI7b/ynpqqs=";
};
build-system = [ setuptools ];