Merge pull request #215096 from fabaff/types-urllib3-bump

python310Packages.types-urllib3: 1.26.25.4 -> 1.26.25.5
This commit is contained in:
Nick Cao 2023-02-07 19:50:52 +08:00 committed by GitHub
commit 9aaead51bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.4";
version = "1.26.25.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-7sVVZCjuyGKxrFePtpqrOHeZWpn/7J5aEs9/vQzJ2u4=";
hash = "sha256-VjDleCRtFw2R6+OQF4jNKNU8TgRNwuJIjjsNVftoldg=";
};
# Module doesn't have tests