python313Packages.yarl: 1.18.3 -> 1.20.0

https://github.com/aio-libs/yarl/blob/v1.20.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:10 -07:00
committed by Robert Schütz
parent 5a8f3f7376
commit 374fc1bf12
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "yarl";
version = "1.18.3";
version = "1.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "yarl";
tag = "v${version}";
hash = "sha256-j2z6YAFbQe26YUQGLBwLr9ztUoxMDJJGS9qYeVqSob0=";
hash = "sha256-O1ImUy+F+Ekj+Sij4XKC1cguTbbOPQbD2V5DpwDSxto=";
};
build-system = [