python3Packages.urllib3-future: 2.20.904 -> 2.20.905 (#521644)

This commit is contained in:
dotlambda
2026-05-19 18:22:08 +00:00
committed by GitHub
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.20.904";
version = "2.20.905";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-HcHTZDG4fAP6FlIHwnSQUh2cTCmDN+aN9Iz2wnn3LPg=";
hash = "sha256-IA8aVChwAazkK4cqR7S7dDwzvKG6XmrsFgWjRssOrr4=";
};
postPatch = ''