Skip to content

Commit

Permalink
Merge pull request #193330 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.types-urllib3

python310Packages.types-urllib3: 1.26.24 -> 1.26.25
  • Loading branch information
fabaff authored Sep 28, 2022
2 parents 5d7d4a2 + 1050841 commit 9269709
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 9269709

Please sign in to comment.