python3Packages.urllib3-future: 2.22.901 -> 2.23.900

This commit is contained in:
R. Ryantm
2026-07-23 05:18:02 +00:00
parent 6e369fe949
commit a6607790ac

View File

@@ -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 = ''