python3Packages.urllib3-future: 2.15.901 -> 2.15.902

This commit is contained in:
R. Ryantm
2026-02-05 03:10:02 +00:00
parent d03c4f8db6
commit 6b58038cba
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.15.901";
version = "2.15.902";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-RffHaGJmbfI56QKgIIgSdGSaKZ/WGSNTZce8kck8neY=";
hash = "sha256-0ntDskOZX0T1k1avDiJ/xLiNMtHoWdLXMmSUAdSYsoQ=";
};
postPatch = ''