diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2022-04-21 07:58:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-21 07:58:46 +0200 |
| commit | dbb8daf1ceb413f409a6bb5f6cf2aa8ef1908320 (patch) | |
| tree | a02f015cb589b9f030026074b15981450f310796 /pkgs/development/python-modules | |
| parent | d9f86db40b8438451fc065aa79dc6f0219578f60 (diff) | |
| parent | 53d05a92ebab7449136751125460b8f31cf7bbaa (diff) | |
Merge pull request #169502 from r-ryantm/auto-update/python3.10-types-requests
python310Packages.types-requests: 2.27.19 -> 2.27.20
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/types-requests/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-requests/default.nix b/pkgs/development/python-modules/types-requests/default.nix index deda83411fed..59f8d50fcb12 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.27.19"; + version = "2.27.20"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-eV43gRcIjR5L9BosAaFTtz1upAqp18CsdTq96EwNOo8="; + sha256 = "sha256-YzRFc83mxO/UTYZ8AVjZ+35r65VyHL6YgvP4V+6KU5g="; }; propagatedBuildInputs = [ |
