python3Packages.urllib3-future: 2.13.908 -> 2.14.900

This commit is contained in:
R. Ryantm
2025-09-21 12:04:44 +00:00
parent 554be64955
commit e31814da01
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.13.908";
version = "2.14.900";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-0Kvq9RxW/ClHQpnPl3JosTh2r195bpou3dSPmGwTGtY=";
hash = "sha256-TMxYnvGkLZEaE4ECgzIN6XTI8OMI5N9mNcsvXeYCVbM=";
};
postPatch = ''