Skip to content

Commit

Permalink
python310Packages.types-urllib3: 1.26.24 -> 1.26.25
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2022
1 parent bc71a15 commit 1050841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/types-urllib3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.24";
version = "1.26.25";
format = "setuptools";

src = fetchPypi {
inherit pname version;
hash = "sha256-obOq6n3aPrG1Fpnucjqt0jVIjk3EZI4DDwm8Qp7P9C8=";
hash = "sha256-Wu8OZjck7vkkr6izILYv/vLBc2wfpsrs/JvGyK4sPe8=";
};

# Module doesn't have tests
Expand Down

0 comments on commit 1050841

Please sign in to comment.