python313Packages.urllib3: 2.3.0 -> 2.4.0

https://github.com/urllib3/urllib3/blob/2.4.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-05-23 16:27:19 +02:00
parent 6f92d19ea7
commit 2da4301a22
@@ -23,12 +23,12 @@
let
self = buildPythonPackage rec {
pname = "urllib3";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+MVEmzzwhhZ5zn4FA8e0S17Jgb7A0dN5WgfxupbwIE0=";
hash = "sha256-QUvGU1t4f+vXVngEzAFf7jnaq4rYYmjxMQqSUGl95GY=";
};
build-system = [