python3Packages.urllib3-future: 2.22.901 -> 2.23.900 (#544777)

This commit is contained in:
dotlambda
2026-07-23 06:24:25 +00:00
committed by GitHub
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.22.901";
version = "2.23.900";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-SP6C6xF9McRbmCAfARKrFVSxKRkNZvs7fLdcR9pIEyM=";
hash = "sha256-niT+olKVEOohM7WDS1nSC3ssg5uK7BmqOTi9YxVXPg0=";
};
postPatch = ''