python3Packages.urllib3-future: 2.17.900 -> 2.17.901

This commit is contained in:
R. Ryantm
2026-03-15 07:19:44 +00:00
parent 4d835ee4d1
commit 00d6abad3b
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.17.900";
version = "2.17.901";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-loZa+/eN1YP20y4svIYpstV/GtyUeD7PoAXYoJhfHEA=";
hash = "sha256-QWlxOUHByoz2jbHhm7wRtJe/Xdr9JnlxuifvIdSsXPw=";
};
postPatch = ''