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

python310Packages.types-urllib3: 1.26.25.6 -> 1.26.25.7
This commit is contained in:
Fabian Affolter 2023-02-22 00:26:04 +01:00 committed by GitHub
commit 6446b15200
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.6";
version = "1.26.25.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-NVhnJ8vXdRrMzywPNKiLr/wJL0NatiRY8Qd2RmWQ8tU=";
hash = "sha256-300+VHK/iDC9dOrBLVbmWfiGYroEDH0Qa/OlvuJv/yg=";
};
# Module doesn't have tests