python3Packages.urllib3-future: 2.15.900 -> 2.15.901

This commit is contained in:
R. Ryantm
2025-12-27 20:44:16 +00:00
parent 3aebc5e7ae
commit bd4b5d6a99
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.15.900";
version = "2.15.901";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-YSV9Wjwq98VbYeCuTvjP4uxhxtyZtD/Hgh84i6vgFoo=";
hash = "sha256-RffHaGJmbfI56QKgIIgSdGSaKZ/WGSNTZce8kck8neY=";
};
postPatch = ''