python3Packages.urllib3-future: 2.14.907 -> 2.14.908

This commit is contained in:
R. Ryantm
2025-12-01 13:49:03 +00:00
parent 5b8b5188e3
commit 48cd62a612
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.14.907";
version = "2.14.908";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-LdJplIA/hUIHmDNJKUwcr5ganKaxEQMGhjQsc5FcEjI=";
hash = "sha256-EPM3LbzNA7gKkwJy4xd/d/Mhs0qhuPRGI4uVkDHiUnI=";
};
postPatch = ''