0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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

python311Packages.types-urllib3: 1.26.25.10 -> 1.26.25.12
This commit is contained in:
Fabian Affolter 2023-05-06 12:26:31 +02:00 committed by GitHub
commit c6168667ad
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.10";
version = "1.26.25.12";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-xEiBzen8glbQWtayH1DEaB6yAJJVI1FXCrCooGUyhtY=";
hash = "sha256-oVVzVc6NNQpVXRQlifMAGQN1fS02wYpm9YjZZZu8kX0=";
};
# Module doesn't have tests