Merge pull request #216496 from r-ryantm/auto-update/python310Packages.types-urllib3

python310Packages.types-urllib3: 1.26.25.5 -> 1.26.25.6
This commit is contained in:
Fabian Affolter 2023-02-16 00:04:51 +01:00 committed by GitHub
commit 0617712c14
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.5";
version = "1.26.25.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-VjDleCRtFw2R6+OQF4jNKNU8TgRNwuJIjjsNVftoldg=";
hash = "sha256-NVhnJ8vXdRrMzywPNKiLr/wJL0NatiRY8Qd2RmWQ8tU=";
};
# Module doesn't have tests