python3Packages.urllib3-future: 2.14.902 -> 2.14.905

This commit is contained in:
R. Ryantm
2025-10-16 22:21:26 +00:00
parent 5d1f6df5e1
commit ac7b767e75
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.14.902";
version = "2.14.905";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-DOrc5QHxwF8QokHm9Hg5IfqmODxD/bTA2UuOpgvNMx0=";
hash = "sha256-PAGp43gdzMRQpiErqgPTIJ0ctmr1t5Q9oZDcVQNnoKQ=";
};
postPatch = ''