python3Packages.yarl: fix hash after tag has been moved (#496162)

This commit is contained in:
dotlambda
2026-03-05 15:30:46 +00:00
committed by GitHub
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "yarl";
tag = "v${version}";
hash = "sha256-274uVOCTLUihDIJTG62hL2mOBaYDNvRLdTjMcasDFsw=";
hash = "sha256-vjWV9fgBg7Mw54hsXWnO81CxJCe9WzB0okMEUz1KRAc=";
};
build-system = [