python3Packages.yarl: fix hash

Upstream has re-used the existing tag to push fixes
This commit is contained in:
Stefan Frijters
2026-03-03 11:06:26 +01:00
parent 9bc72c3724
commit dcb57d164a
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "yarl";
tag = "v${version}";
hash = "sha256-274uVOCTLUihDIJTG62hL2mOBaYDNvRLdTjMcasDFsw=";
hash = "sha256-vjWV9fgBg7Mw54hsXWnO81CxJCe9WzB0okMEUz1KRAc=";
};
build-system = [