Skip to content

Commit

Permalink
Merge pull request NixOS#145343 from fabaff/bump-types-requests
Browse files Browse the repository at this point in the history
python3Packages.types-requests: 2.25.12 -> 2.26.0
  • Loading branch information
thiagokokada authored Nov 10, 2021
2 parents 9db32de + 8d016c6 commit f513127
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/development/python-modules/types-requests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@

buildPythonPackage rec {
pname = "types-requests";
version = "2.25.12";
version = "2.26.0";
format = "setuptools";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-BVhjwKrPj48pzSyg0zIO/fOfKOcd5o0yd2F1HS9iu1c=";
sha256 = "sha256-317Iw0tBOkLrs45Plr3raAkLh1vfzFE43IKYnJVEWIM=";
};

# Modules doesn't have tests
# Module doesn't have tests
doCheck = false;

pythonImportsCheck = [ "requests-stubs" ];
pythonImportsCheck = [
"requests-stubs"
];

meta = with lib; {
description = "Typing stubs for requests";
Expand Down

0 comments on commit f513127

Please sign in to comment.